pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/configure



Module Name:    pkgsrc
Committed By:   rillig
Date:           Mon May  4 18:06:56 UTC 2020

Modified Files:
        pkgsrc/mk/configure: pkg-config-override.mk

Log Message:
mk/configure/pkg-config-override.mk: ignore no-op SUBST blocks

There are many .pc files that don't have a "Libs:" line.  That is totally
ok, therefore just skip these files.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mk/configure/pkg-config-override.mk

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

Modified files:

Index: pkgsrc/mk/configure/pkg-config-override.mk
diff -u pkgsrc/mk/configure/pkg-config-override.mk:1.4 pkgsrc/mk/configure/pkg-config-override.mk:1.5
--- pkgsrc/mk/configure/pkg-config-override.mk:1.4      Mon Jul 21 12:10:40 2014
+++ pkgsrc/mk/configure/pkg-config-override.mk  Mon May  4 18:06:56 2020
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-config-override.mk,v 1.4 2014/07/21 12:10:40 wiz Exp $
+# $NetBSD: pkg-config-override.mk,v 1.5 2020/05/04 18:06:56 rillig Exp $
 
 # Package-settable variables:
 #
@@ -41,4 +41,5 @@ SUBST_STAGE._pkgconfig=               ${PKGCONFIG_OVE
 SUBST_MESSAGE._pkgconfig=      Adding run-time search paths to pkg-config files.
 SUBST_FILES._pkgconfig=                ${PKGCONFIG_OVERRIDE:S/^${WRKSRC}\///}
 SUBST_SED._pkgconfig=          ${PKGCONFIG_OVERRIDE_SED}
+SUBST_NOOP_OK._pkgconfig=      yes # many files don't contain a Libs line
 .endif



Home | Main Index | Thread Index | Old Index