summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-al
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-al
parente1b2b3c0445b40f5784d195e84738c6d2b211fd9 (diff)
downloadpkgsrc-a88fd3fa9e8d0424d955b2a6649ccd254640ca31.tar.gz
Import of new ICU package: Robust and full-featured unicode support
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:
+