pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu textproc/icu: don't list pkg-config files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1b0b550c2dc
branches:  trunk
changeset: 425032:e1b0b550c2dc
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Mar 18 00:26:28 2020 +0000

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

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

diffstat:

 textproc/icu/Makefile |  9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diffs (23 lines):

diff -r eeb8666fec83 -r e1b0b550c2dc textproc/icu/Makefile
--- a/textproc/icu/Makefile     Wed Mar 18 00:05:18 2020 +0000
+++ b/textproc/icu/Makefile     Wed Mar 18 00:26:28 2020 +0000
@@ -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-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