summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-aq
blob: d31560703ed3dabcae7d9b61becaf7e5d054a176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aq,v 1.1.1.1 2000/12/20 18:28:02 skrll Exp $

--- tools/gentz/Makefile.in.orig	Tue Aug  1 02:55:52 2000
+++ tools/gentz/Makefile.in
@@ -46,6 +46,7 @@
 ## Build directory information
 top_builddir = ../..
 subdir = tools/gentz
+BUILD_LPATH=$(top_builddir)/common
 
 ## Extra files to remove for 'make clean'
 CLEANFILES = *~
@@ -93,7 +94,7 @@
 # we set the ICU_DATA directory here so that tz.dat ends up in 
 # icu/data rather than PREFIX/share/icu/VERSION/
 $(ICUDATADIR)/tz.dat: $(TZFILE) $(TZALIAS) $(TARGET)
-	ICU_DATA=$(ICUDATADIR) ./$(TARGET) $(TZFILE)
+	$(TOOL) ICU_DATA=$(ICUDATADIR) ./$(TARGET) $(TZFILE)
 
 dist-local: