summaryrefslogtreecommitdiff
path: root/textproc/icu/Makefile
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-12-04 21:02:23 +0000
committerrichard <richard@pkgsrc.org>2013-12-04 21:02:23 +0000
commitf73fc21c31f6d850676885d4e266fae43a068293 (patch)
tree2bfe87fe219b4c89297996a98dc1668a8f622b3a /textproc/icu/Makefile
parent16bc28df13c73b88aab276362ced15ad8bab6c9c (diff)
downloadpkgsrc-f73fc21c31f6d850676885d4e266fae43a068293.tar.gz
Fix solaris build for icu, namely problems in general with CFLAGS/CXXFLAGS
from typos in configure and acinclude.m4 to needing to add the flags to properly generate dependency files with gcc.
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r--textproc/icu/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile
index 54bfe3f4d40..0b0943da11f 100644
--- a/textproc/icu/Makefile
+++ b/textproc/icu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2013/10/19 08:47:36 adam Exp $
+# $NetBSD: Makefile,v 1.87 2013/12/04 21:02:23 richard Exp $
DISTNAME= icu4c-52_1-src
PKGNAME= ${DISTNAME:S/4c//:S/-src//:S/_/./g}
@@ -42,7 +42,6 @@ PLIST_SUBST+= MH_NAME=mh-solaris
BUILDLINK_TRANSFORM+= rm:-D__STDC__=0
. endif
BUILDLINK_TRANSFORM+= rm:-ansi
-CFLAGS.SunOS+= -std=c99
.elif ${OPSYS} == "IRIX"
PLIST_SUBST+= MH_NAME=mh-irix
.elif ${OPSYS} == "Darwin"