summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-ak
blob: b68fecc3e1c3d849bfc69682c74b47f550bc1cfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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