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:   wiedi
Date:           Sat May  4 20:30:34 UTC 2019

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
icu: SSP skip libicudata


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 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.124 pkgsrc/textproc/icu/Makefile:1.125
--- pkgsrc/textproc/icu/Makefile:1.124  Thu Apr 25 07:33:24 2019
+++ pkgsrc/textproc/icu/Makefile        Sat May  4 20:30:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2019/04/25 07:33:24 maya Exp $
+# $NetBSD: Makefile,v 1.125 2019/05/04 20:30:34 wiedi Exp $
 
 DISTNAME=      icu4c-64_2-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -22,6 +22,8 @@ GNU_CONFIGURE=                yes
 CONFIGURE_ARGS+=       --enable-static
 CONFIGURE_ENV+=                U_MAKE=${TOOLS_GMAKE}
 
+CHECK_SSP_SKIP=                lib/libicudata.so*
+
 .include "../../mk/pthread.buildlink3.mk"
 
 .if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "native"



Home | Main Index | Thread Index | Old Index