pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/centericq Apply patch from Sergey Svishchev which...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b072f81c0a0
branches:  trunk
changeset: 527901:4b072f81c0a0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 15 20:16:41 2007 +0000

description:
Apply patch from Sergey Svishchev which should fix PR 34235.

diffstat:

 chat/centericq/Makefile   |  3 +--
 chat/centericq/options.mk |  4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 9693e0fe7b06 -r 4b072f81c0a0 chat/centericq/Makefile
--- a/chat/centericq/Makefile   Sun Apr 15 19:40:41 2007 +0000
+++ b/chat/centericq/Makefile   Sun Apr 15 20:16:41 2007 +0000
@@ -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 @@
 
 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 -r 9693e0fe7b06 -r 4b072f81c0a0 chat/centericq/options.mk
--- a/chat/centericq/options.mk Sun Apr 15 19:40:41 2007 +0000
+++ b/chat/centericq/options.mk Sun Apr 15 20:16:41 2007 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index