diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-15 20:16:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-15 20:16:41 +0000 |
commit | c4adfc34da99ef3279fc50aa679915e2a0f9c072 (patch) | |
tree | a0137f384322d8095b6c86f8be981a3cf68593b7 /chat | |
parent | 6e5ab11a8f53b03653d1e2caa65ac2dd6af3b86f (diff) | |
download | pkgsrc-c4adfc34da99ef3279fc50aa679915e2a0f9c072.tar.gz |
Apply patch from Sergey Svishchev which should fix PR 34235.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/centericq/Makefile | 3 | ||||
-rw-r--r-- | chat/centericq/options.mk | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index 096f834fe56..5ca4d916f7b 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2007/02/20 18:45:00 sborrill Exp $ +# $NetBSD: Makefile,v 1.66 2007/04/15 20:16:41 wiz Exp $ # DISTNAME= centericq-4.21.0 @@ -18,7 +18,6 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl --with-openssl=${SSLBASE:Q} -CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme}/bin/gpgme-config LIBS+= ${LDFLAGS} REPLACE_PERL= misc/cicqconv diff --git a/chat/centericq/options.mk b/chat/centericq/options.mk index c8b1572e6e7..bb193765445 100644 --- a/chat/centericq/options.mk +++ b/chat/centericq/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2007/02/20 17:38:52 sborrill Exp $ +# $NetBSD: options.mk,v 1.2 2007/04/15 20:16:42 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.centericq @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= gpgme .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mgpgme) -CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme}/bin/gpgme-config +CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme} . include "../../security/gpgme/buildlink3.mk" .else CONFIGURE_ARGS+= --without-gpgme |