pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/icu Work around upstream bug, PR pkg/54193



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62f3ed07cc2a
branches:  trunk
changeset: 333776:62f3ed07cc2a
user:      martin <martin%pkgsrc.org@localhost>
date:      Mon May 13 14:55:05 2019 +0000

description:
Work around upstream bug, PR pkg/54193

diffstat:

 textproc/icu/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 55cd175548a9 -r 62f3ed07cc2a textproc/icu/Makefile
--- a/textproc/icu/Makefile     Mon May 13 13:58:53 2019 +0000
+++ b/textproc/icu/Makefile     Mon May 13 14:55:05 2019 +0000
@@ -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.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