summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache>2008-08-02 05:39:20 +0000
committerobache <obache>2008-08-02 05:39:20 +0000
commited2e2a3da6e55fd141bdc5ed9a84a974f5ca35f4 (patch)
treead4f26b1cbbccd8d9825bf14e832d539e68b1c39
parent65e8cba11035ce01ff9bfa0b9ace8ed9e5166f1d (diff)
downloadpkgsrc-ed2e2a3da6e55fd141bdc5ed9a84a974f5ca35f4.tar.gz
Suppress gpgme-config detection when gpgme option is off.
Fixes build failure with installed gpgme but disabled gpgme option reported by PR 39267.
-rw-r--r--chat/centerim/options.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/centerim/options.mk b/chat/centerim/options.mk
index afbd4efd4dd..31d74a40a1a 100644
--- a/chat/centerim/options.mk
+++ b/chat/centerim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $
+# $NetBSD: options.mk,v 1.2 2008/08/02 05:39:20 obache Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.centerim
@@ -12,5 +12,6 @@ PKG_SUGGESTED_OPTIONS= gpgme
#CONFIGURE_ARGS+= --with-gpgme=${BUILDLINK_PREFIX.gpgme:Q}/bin/gpgme-config
. include "../../security/gpgme/buildlink3.mk"
.else
-CONFIGURE_ARGS+= --without-gpgme
+CONFIGURE_ARGS+= --without-gpgme-prefix
+CONFIGURE_ENV+= ac_cv_path_GPGME_CONFIG=
.endif