From c4adfc34da99ef3279fc50aa679915e2a0f9c072 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 Apr 2007 20:16:41 +0000 Subject: Apply patch from Sergey Svishchev which should fix PR 34235. --- chat/centericq/Makefile | 3 +-- chat/centericq/options.mk | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'chat') 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 -- cgit v1.2.3