pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/GConf



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May 25 05:22:37 UTC 2020

Modified Files:
        pkgsrc/devel/GConf: schemas.mk

Log Message:
devel/GConf: allow disabling configure options

Not all packages know these configure options.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/GConf/schemas.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/GConf/schemas.mk
diff -u pkgsrc/devel/GConf/schemas.mk:1.2 pkgsrc/devel/GConf/schemas.mk:1.3
--- pkgsrc/devel/GConf/schemas.mk:1.2   Sun Jun 14 22:57:59 2009
+++ pkgsrc/devel/GConf/schemas.mk       Mon May 25 05:22:37 2020
@@ -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 @@ GCONF_CONFIG_SOURCE=  xml::${PKG_SYSCONFB
 # 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