diff options
Diffstat (limited to 'textproc/icu/patches/patch-aq')
-rw-r--r-- | textproc/icu/patches/patch-aq | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/icu/patches/patch-aq b/textproc/icu/patches/patch-aq deleted file mode 100644 index d31560703ed..00000000000 --- a/textproc/icu/patches/patch-aq +++ /dev/null @@ -1,21 +0,0 @@ -$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: - |