ports/security/gpgme03/files/patch-configure.ac
Clement Laforet 7ef18bc031 - Rework gpgme03 port to avoid conflict with gpgme 1.0
- Make ports depending on it use new layout
- Bump PORTREVISION (except elmo*)

Approved by:	portmgr (marcus)
2004-12-21 08:59:42 +00:00

11 lines
349 B
Text

--- configure.ac.orig Mon Dec 20 10:46:39 2004
+++ configure.ac Mon Dec 20 10:47:30 2004
@@ -246,7 +246,7 @@
GNUPG_FIX_HDR_VERSION(gpgme/gpgme.h, GPGME_VERSION)
dnl Substitution used for gpgme-config
-GPGME_CONFIG_LIBS="-lgpgme"
+GPGME_CONFIG_LIBS="-lgpgme03"
GPGME_CONFIG_CFLAGS=""
AC_SUBST(GPGME_CONFIG_LIBS)
AC_SUBST(GPGME_CONFIG_CFLAGS)