12 lines
335 B
Text
12 lines
335 B
Text
$NetBSD: patch-ae,v 1.3 2000/12/23 09:39:21 skrll Exp $
|
|
|
|
--- tools/pkgdata/icupkg.inc.in.orig Tue Oct 24 20:50:19 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
|