summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/patches/patch-al')
-rw-r--r--textproc/icu/patches/patch-al21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-al b/textproc/icu/patches/patch-al
new file mode 100644
index 00000000000..fe8f0dc7fef
--- /dev/null
+++ b/textproc/icu/patches/patch-al
@@ -0,0 +1,21 @@
+$NetBSD: patch-al,v 1.1.1.1 2000/12/20 18:28:04 skrll Exp $
+
+--- tools/gencnval/Makefile.in.orig Tue Aug 1 02:55:50 2000
++++ tools/gencnval/Makefile.in
+@@ -45,6 +45,7 @@
+ ## Build directory information
+ top_builddir = ../..
+ subdir = tools/gencnval
++BUILD_LPATH=$(top_builddir)/common
+
+ ## Extra files to remove for 'make clean'
+ CLEANFILES = *~
+@@ -92,7 +93,7 @@
+ # we set the ICU_DATA directory here so that unames.dat ends up in
+ # icu/data rather than PREFIX/share/icu/VERSION/
+ $(ICUDATADIR)/cnvalias.dat: $(CONVRTRSFILE) $(TARGET)
+- ICU_DATA=$(ICUDATADIR) ./$(TARGET) $(CONVRTRSFILE)
++ $(TOOL) ICU_DATA=$(ICUDATADIR) ./$(TARGET) $(CONVRTRSFILE)
+
+ dist-local:
+