summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-ak
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-ak
parente1b2b3c0445b40f5784d195e84738c6d2b211fd9 (diff)
downloadpkgsrc-a88fd3fa9e8d0424d955b2a6649ccd254640ca31.tar.gz
Import of new ICU package: Robust and full-featured unicode support
Diffstat (limited to 'textproc/icu/patches/patch-ak')
-rw-r--r--textproc/icu/patches/patch-ak21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/icu/patches/patch-ak b/textproc/icu/patches/patch-ak
new file mode 100644
index 00000000000..b68fecc3e1c
--- /dev/null
+++ b/textproc/icu/patches/patch-ak
@@ -0,0 +1,21 @@
+$NetBSD: patch-ak,v 1.1.1.1 2000/12/20 18:28:04 skrll Exp $
+
+--- tools/Makefile.in.orig Tue Aug 15 18:20:40 2000
++++ tools/Makefile.in
+@@ -35,6 +35,7 @@
+ ## Build directory information
+ top_builddir = ..
+ subdir = tools
++BUILD_LPATH=$(top_builddir)/../common
+
+ ## Type of build
+ @USE_MAPPED_TRUE@ DEFAULT_MODE=common
+@@ -57,7 +58,7 @@
+ TMPDATADIR=./tmp
+
+ # relative lib links from pkgdata are the same as for tmp
+-PKGDATA=../pkgdata/pkgdata -T . -s @DATABUILDDIR@ -O ./icupkg.inc -d @DATABUILDDIR@ -v -m $(MODE)
++PKGDATA=$(TOOL) ../pkgdata/pkgdata -T . -s @DATABUILDDIR@ -O ./icupkg.inc -d @DATABUILDDIR@ -v -m $(MODE)
+
+ ## Install program information
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs