diff options
author | obache <obache@pkgsrc.org> | 2008-08-02 05:39:20 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-02 05:39:20 +0000 |
commit | a56c46e84185749eb645c565cbf07ea1af2bc253 (patch) | |
tree | ad4f26b1cbbccd8d9825bf14e832d539e68b1c39 /chat/centerim | |
parent | 1ff242159393517a21941bac832408eb618a5f94 (diff) | |
download | pkgsrc-a56c46e84185749eb645c565cbf07ea1af2bc253.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.
Diffstat (limited to 'chat/centerim')
-rw-r--r-- | chat/centerim/options.mk | 5 |
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 |