pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/icu



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Mar 18 00:26:29 UTC 2020

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
textproc/icu: don't list pkg-config files individually

In a standard bulk build, there were warnings because icu-le.pc was not
found.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 pkgsrc/textproc/icu/Makefile

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

Modified files:

Index: pkgsrc/textproc/icu/Makefile
diff -u pkgsrc/textproc/icu/Makefile:1.128 pkgsrc/textproc/icu/Makefile:1.129
--- pkgsrc/textproc/icu/Makefile:1.128  Sat Dec 28 17:23:52 2019
+++ pkgsrc/textproc/icu/Makefile        Wed Mar 18 00:26:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.128 2019/12/28 17:23:52 wiz Exp $
+# $NetBSD: Makefile,v 1.129 2020/03/18 00:26:28 rillig Exp $
 
 DISTNAME=      icu4c-64_2-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -95,12 +95,7 @@ PLIST_SUBST+=                MH_NAME=mh-qnx
 PLIST_SUBST+=          MH_NAME=mh-unknown
 .endif
 
-PKGCONFIG_OVERRIDE+=           config/icu-i18n.pc
-PKGCONFIG_OVERRIDE+=           config/icu-io.pc
-PKGCONFIG_OVERRIDE+=           config/icu-le.pc
-PKGCONFIG_OVERRIDE+=           config/icu-lx.pc
-PKGCONFIG_OVERRIDE+=           config/icu-uc.pc
-PKGCONFIG_OVERRIDE+=           config/icu.pc
+PKGCONFIG_OVERRIDE+=           config/icu*.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-build
 
 # work around ICU-20533 (build failure on big endian machines)



Home | Main Index | Thread Index | Old Index