]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blobdiff - gpgme/patches/gpgme-1.2.0-largefile.patch
gpgme: Update to version 1.5.3
[people/amarx/ipfire-3.x.git] / gpgme / patches / gpgme-1.2.0-largefile.patch
diff --git a/gpgme/patches/gpgme-1.2.0-largefile.patch b/gpgme/patches/gpgme-1.2.0-largefile.patch
deleted file mode 100644 (file)
index 98f9039..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -up gpgme-1.2.0/src/gpgme-config.in.largefile gpgme-1.2.0/src/gpgme-config.in
---- gpgme-1.2.0/src/gpgme-config.in.largefile  2010-08-11 20:11:49.000000000 +0200
-+++ gpgme-1.2.0/src/gpgme-config.in    2010-08-11 20:23:45.000000000 +0200
-@@ -42,6 +42,10 @@ cflags_pthread=""
- cflags_glib="@GLIB_CFLAGS@"
- with_glib=
-+if test "0@NEED__FILE_OFFSET_BITS@" -gt "0" ; then
-+    cflags_lfs="-D_FILE_OFFSET_BITS=@NEED__FILE_OFFSET_BITS@"
-+fi
-+
- output=""
- usage()
-@@ -101,6 +105,9 @@ while test $# -gt 0; do
-           exit 0
-           ;;
-         --cflags)
-+          if test "x$cflags_lfs" != "x"; then
-+              output="$output $cflags_lfs"
-+          fi
-           if test "x$includedir" != "x/usr/include" -a "x$includedir" != "x/include"; then
-               output="$output -I$includedir"
-           fi