From d5e372b058fcc086f56dc948e9a4bb58fdc4efad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 22 2009 16:55:07 +0000 Subject: up config_extras patch --- diff --git a/gpgme-1.1.3-config_extras.patch b/gpgme-1.1.3-config_extras.patch deleted file mode 100644 index f528ff4..0000000 --- a/gpgme-1.1.3-config_extras.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- gpgme-1.1.3/src/gpgme-config.in.config_extras 2007-01-29 14:16:20.000000000 -0600 -+++ gpgme-1.1.3/src/gpgme-config.in 2007-02-03 14:57:01.000000000 -0600 -@@ -19,21 +19,21 @@ - - # Configure libgpg-error. - gpg_error_cflags="@GPG_ERROR_CFLAGS@" --gpg_error_libs="@GPG_ERROR_LIBS@" -+#gpg_error_libs="@GPG_ERROR_LIBS@" - - # Configure thread packages. - thread_modules="" - - @HAVE_PTH_TRUE@thread_modules="$thread_modules pth" --libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@" -+#libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@" - cflags_pth="@PTH_CFLAGS@" - - @HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread" --libs_pthread="-lpthread" -+#libs_pthread="-lpthread" - cflags_pthread="" - - # Configure glib. --libs_glib="@GLIB_LIBS@" -+#libs_glib="@GLIB_LIBS@" - cflags_glib="@GLIB_CFLAGS@" - with_glib= - diff --git a/gpgme-1.1.8-config_extras.patch b/gpgme-1.1.8-config_extras.patch new file mode 100644 index 0000000..f528ff4 --- /dev/null +++ b/gpgme-1.1.8-config_extras.patch @@ -0,0 +1,28 @@ +--- gpgme-1.1.3/src/gpgme-config.in.config_extras 2007-01-29 14:16:20.000000000 -0600 ++++ gpgme-1.1.3/src/gpgme-config.in 2007-02-03 14:57:01.000000000 -0600 +@@ -19,21 +19,21 @@ + + # Configure libgpg-error. + gpg_error_cflags="@GPG_ERROR_CFLAGS@" +-gpg_error_libs="@GPG_ERROR_LIBS@" ++#gpg_error_libs="@GPG_ERROR_LIBS@" + + # Configure thread packages. + thread_modules="" + + @HAVE_PTH_TRUE@thread_modules="$thread_modules pth" +-libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@" ++#libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@" + cflags_pth="@PTH_CFLAGS@" + + @HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread" +-libs_pthread="-lpthread" ++#libs_pthread="-lpthread" + cflags_pthread="" + + # Configure glib. +-libs_glib="@GLIB_LIBS@" ++#libs_glib="@GLIB_LIBS@" + cflags_glib="@GLIB_CFLAGS@" + with_glib= +