Blame SOURCES/gpgme-1.3.2-largefile.patch

670527
diff -up gpgme-1.3.2/src/gpgme-config.in.largefile gpgme-1.3.2/src/gpgme-config.in
670527
--- gpgme-1.3.2/src/gpgme-config.in.largefile	2012-09-26 10:10:37.882744198 +0200
670527
+++ gpgme-1.3.2/src/gpgme-config.in	2012-09-26 10:16:02.558762827 +0200
670527
@@ -41,6 +41,10 @@ cflags_pthread=""
670527
 cflags_glib="@GLIB_CFLAGS@"
670527
 with_glib=
670527
 
670527
+if test "0@NEED__FILE_OFFSET_BITS@" -gt "0" ; then
670527
+    cflags_lfs="-D_FILE_OFFSET_BITS=@NEED__FILE_OFFSET_BITS@"
670527
+fi
670527
+
670527
 output=""
670527
 
670527
 usage()
670527
@@ -105,6 +109,9 @@ while test $# -gt 0; do
670527
 	    exit 0
670527
 	    ;;
670527
         --cflags)
670527
+	    if test "x$cflags_lfs" != "x"; then
670527
+		output="$output $cflags_lfs"
670527
+	    fi
670527
             result=
670527
             tmp_c=
670527
             tmp_g=