summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-ar
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/icu/patches/patch-ar')
-rw-r--r--textproc/icu/patches/patch-ar21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-ar b/textproc/icu/patches/patch-ar
new file mode 100644
index 00000000000..45bd6371533
--- /dev/null
+++ b/textproc/icu/patches/patch-ar
@@ -0,0 +1,21 @@
+$NetBSD: patch-ar,v 1.1.1.1 2000/12/20 18:28:02 skrll Exp $
+
+--- tools/makeconv/Makefile.in.orig Tue Aug 15 03:40:40 2000
++++ tools/makeconv/Makefile.in
+@@ -43,6 +43,7 @@
+ ## Build directory information
+ top_builddir = ../..
+ subdir = tools/makeconv
++BUILD_LPATH=$(top_builddir)/common:$(top_builddir)/tools/toolutil
+
+ ## Extra files to remove for 'make clean'
+ CLEANFILES = *~
+@@ -123,7 +124,7 @@
+ # Rule to build a compiled cnv file
+ @DATABUILDDIR@/%.cnv : $(top_srcdir)/../data/%.ucm
+ @echo -n "$< -> "
+- @./makeconv -d @DATABUILDDIR@ $<
++ @$(TOOL) ./makeconv -d @DATABUILDDIR@ $<
+
+ ifeq (,$(MAKECMDGOALS))
+ -include $(DEPS)