diff options
Diffstat (limited to 'textproc/icu/patches/patch-ae')
-rw-r--r-- | textproc/icu/patches/patch-ae | 31 |
1 files changed, 11 insertions, 20 deletions
diff --git a/textproc/icu/patches/patch-ae b/textproc/icu/patches/patch-ae index 4e9ec7c0a64..a3fff2cab48 100644 --- a/textproc/icu/patches/patch-ae +++ b/textproc/icu/patches/patch-ae @@ -1,21 +1,12 @@ -$NetBSD: patch-ae,v 1.1.1.1 2000/12/20 18:28:05 skrll Exp $ +$NetBSD: patch-ae,v 1.2 2000/12/21 18:14:18 skrll Exp $ ---- test/cintltst/Makefile.in.orig Thu Aug 10 02:33:28 2000 -+++ test/cintltst/Makefile.in -@@ -43,6 +43,7 @@ - ## Build directory information - top_builddir = ../.. - subdir = test/cintltst -+BUILD_LPATH=$(top_builddir)/common - - ## Extra files to remove for 'make clean' - CLEANFILES = *~ -@@ -103,7 +104,7 @@ - $(RMV) Makefile $(DEPS) - - check-local: all-local -- ICU_DATA=@DATABUILDDIR@/ TZ=PST8PDT ./$(TARGET) -+ $(TOOL) ICU_DATA=@DATABUILDDIR@/ TZ=PST8PDT ./$(TARGET) - - Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ +--- tools/pkgdata/icupkg.inc.in.orig Thu Dec 21 15:38:50 2000 ++++ tools/pkgdata/icupkg.inc.in +@@ -107,3 +107,7 @@ + ifeq ($(strip $(PLATFORM)),U_LINUX) + TOOL=env LD_LIBRARY_PATH=$(LPATHS) + endif ++ ++ifeq ($(strip $(PLATFORM)),U_BSD) ++ TOOL=env LD_LIBRARY_PATH=$(LPATHS) ++endif |