Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf devel/GConf: allow disabling configure opt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8cba48610d7
branches:  trunk
changeset: 432714:d8cba48610d7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 25 05:22:37 2020 +0000

description:
devel/GConf: allow disabling configure options

Not all packages know these configure options.

diffstat:

 devel/GConf/schemas.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r be0cdb076883 -r d8cba48610d7 devel/GConf/schemas.mk
--- a/devel/GConf/schemas.mk    Mon May 25 05:21:08 2020 +0000
+++ b/devel/GConf/schemas.mk    Mon May 25 05:22:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: schemas.mk,v 1.2 2009/06/14 22:57:59 joerg Exp $
+# $NetBSD: schemas.mk,v 1.3 2020/05/25 05:22:37 rillig Exp $
 #
 # This Makefile fragment is intended to be included by packages that install
 # GConf schema files.  It takes care of registering them in the GConf
@@ -35,7 +35,7 @@
 # Where .schemas files go.
 GCONF_SCHEMAS_DIR=     ${BUILDLINK_PREFIX.GConf}/share/gconf/schemas
 
-.if defined(GNU_CONFIGURE) && !empty(GNU_CONFIGURE:M[Yy][Ee][Ss])
+.if ${GNU_CONFIGURE:Uno:tl} == yes && ${GNU_CONFIGURE_GCONF_SCHEMAS:Uyes:tl} == yes
 CONFIGURE_ARGS+=       --disable-schemas-install
 CONFIGURE_ARGS+=       --with-gconf-schema-file-dir=${GCONF_SCHEMAS_DIR:Q}
 .endif



Home | Main Index | Thread Index | Old Index