aboutsummaryrefslogtreecommitdiffstats
path: root/main/icu/icu-ccache.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-09-03 14:04:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-09-03 14:04:51 +0000
commitc240bcc69839d096a399fa3530d44a457ca75f67 (patch)
tree431beea1381da12388223c7863bf94e79613a49d /main/icu/icu-ccache.patch
parentd6caf4e73440c391d609a85cea7d554f679b4756 (diff)
downloadaports-c240bcc69839d096a399fa3530d44a457ca75f67.tar.bz2
aports-c240bcc69839d096a399fa3530d44a457ca75f67.tar.xz
main/icu: fix building with ccache/distcc and bump so we get new version
Diffstat (limited to 'main/icu/icu-ccache.patch')
-rw-r--r--main/icu/icu-ccache.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/icu/icu-ccache.patch b/main/icu/icu-ccache.patch
new file mode 100644
index 0000000000..214b9093c6
--- /dev/null
+++ b/main/icu/icu-ccache.patch
@@ -0,0 +1,11 @@
+--- ./tools/icuinfo/Makefile.in.orig
++++ ./tools/icuinfo/Makefile.in
+@@ -36,7 +36,7 @@
+
+ ICUINFO_OPTS=-i ../../data/out/build/$(ICUDATA_PLATFORM_NAME)
+
+-CPPFLAGS+= -DU_PLATFORM=\"@platform@\" -DU_BUILD=\"@build@\" -DU_HOST=\"@host@\" -DU_CC=\"@CC@\" -DU_CXX=\"@CXX@\"
++CPPFLAGS+= -DU_PLATFORM=\"@platform@\" -DU_BUILD=\"@build@\" -DU_HOST=\"@host@\" '-DU_CC="@CC@"' '-DU_CXX="@CXX@"'
+ # -DENABLE_RELEASE=@ENABLE_RELEASE@ -DENABLE_DEBUG=@ENABLE_DEBUG@ "
+
+