diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-09-28 17:41:20 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2004-09-28 17:41:20 +0000 |
commit | d60df36f61cbc37814b2046423aa4b499907e60b (patch) | |
tree | 0e1cc4f0449c891e960d4b1f4f26a9487e8ffbe3 /net-im | |
parent | > version bump, hopefully, closes #63111 (Manifest recommit) (diff) | |
download | gentoo-2-d60df36f61cbc37814b2046423aa4b499907e60b.tar.gz gentoo-2-d60df36f61cbc37814b2046423aa4b499907e60b.tar.bz2 gentoo-2-d60df36f61cbc37814b2046423aa4b499907e60b.zip |
undeleting this patch.. :/
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/files/1.3.0-gpgme3_hack.patch | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/net-im/licq/files/1.3.0-gpgme3_hack.patch b/net-im/licq/files/1.3.0-gpgme3_hack.patch new file mode 100644 index 000000000000..996b4169edbd --- /dev/null +++ b/net-im/licq/files/1.3.0-gpgme3_hack.patch @@ -0,0 +1,31 @@ +--- configure~ 2004-08-22 20:10:52.000000000 +0400 ++++ configure 2004-08-22 20:11:10.000000000 +0400 +@@ -6388,7 +6388,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lgpgme $LIBS" ++LIBS="-lgpgme3 $LIBS" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + /* confdefs.h. */ +@@ -6438,7 +6438,7 @@ + echo "${ECHO_T}$ac_cv_lib_gpgme_gpgme_check_version" >&6 + if test $ac_cv_lib_gpgme_gpgme_check_version = yes; then + +- LIBS="$LIBS -lgpgme" ++ LIBS="$LIBS -lgpgme3" + + cat >>confdefs.h <<_ACEOF + #define HAVE_LIBGPGME 1 +--- include/licq_gpg.h.orig 2004-08-22 22:58:46.660566481 +0400 ++++ include/licq_gpg.h 2004-08-22 22:57:15.460429001 +0400 +@@ -3,7 +3,7 @@ + #define _LICQ_GPG_H_INCLUDED_ + + #ifdef HAVE_LIBGPGME +-#include <gpgme.h> ++#include <gpgme3/gpgme.h> + #endif + #include <pthread.h> + |