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:   martin
Date:           Mon May 13 14:55:05 UTC 2019

Modified Files:
        pkgsrc/textproc/icu: Makefile

Log Message:
Work around upstream bug, PR pkg/54193


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 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.125 pkgsrc/textproc/icu/Makefile:1.126
--- pkgsrc/textproc/icu/Makefile:1.125  Sat May  4 20:30:34 2019
+++ pkgsrc/textproc/icu/Makefile        Mon May 13 14:55:05 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2019/05/04 20:30:34 wiedi Exp $
+# $NetBSD: Makefile,v 1.126 2019/05/13 14:55:05 martin Exp $
 
 DISTNAME=      icu4c-64_2-src
 PKGNAME=       ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -101,6 +101,10 @@ PKGCONFIG_OVERRIDE+=       config/icu-uc.pc
 PKGCONFIG_OVERRIDE+=   config/icu.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-build
 
+# work around ICU-20533 (build failure on big endian machines)
+post-configure:
+       ${MKDIR} ${WRKSRC}/data/out
+
 # expect builtin gcc atomic functions for gcc>=4.1
 # (source/common/putilimp.h)
 .if !empty(CC_VERSION:Mgcc-*) &&       \



Home | Main Index | Thread Index | Old Index