summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-aa
diff options
context:
space:
mode:
authorskrll <skrll>2000-12-20 18:27:59 +0000
committerskrll <skrll>2000-12-20 18:27:59 +0000
commita88fd3fa9e8d0424d955b2a6649ccd254640ca31 (patch)
tree7fba720cbef8ed2c91e335ddf2298fe7f6ef4713 /textproc/icu/patches/patch-aa
parente1b2b3c0445b40f5784d195e84738c6d2b211fd9 (diff)
downloadpkgsrc-a88fd3fa9e8d0424d955b2a6649ccd254640ca31.tar.gz
Import of new ICU package: Robust and full-featured unicode support
Diffstat (limited to 'textproc/icu/patches/patch-aa')
-rw-r--r--textproc/icu/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-aa b/textproc/icu/patches/patch-aa
new file mode 100644
index 00000000000..35217cb3f84
--- /dev/null
+++ b/textproc/icu/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/12/20 18:28:02 skrll Exp $
+
+--- common/Makefile.in.orig Wed Dec 20 17:43:36 2000
++++ common/Makefile.in
+@@ -109,8 +109,8 @@
+ install-headers:
+ $(mkinstalldirs) $(DESTDIR)$(includedir)/unicode
+ @for file in $(HEADERS); do \
+- echo "$(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/unicode"; \
+- $(INSTALL_DATA) $$file $(DESTDIR)$(includedir)/unicode || exit; \
++ echo "$(INSTALL_DATA) -p $$file $(DESTDIR)$(includedir)/unicode"; \
++ $(INSTALL_DATA) -p $$file $(DESTDIR)$(includedir)/unicode || exit; \
+ done
+
+ dist-local: