summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-aa
diff options
context:
space:
mode:
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: