mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
13 lines
390 B
Text
13 lines
390 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/java/instrument/Makefile.orig Sat Feb 16 11:02:12 2008
|
|
+++ ../../j2se/make/java/instrument/Makefile Sat Feb 16 11:02:38 2008
|
|
@@ -112,7 +112,7 @@
|
|
|
|
ifeq ($(PLATFORM), bsd)
|
|
ifneq ($(OS_VENDOR), NetBSD)
|
|
- ICONV_DIR = /usr/local
|
|
+ ICONV_DIR = ${LOCALBASE}
|
|
CPPFLAGS += -I$(ICONV_DIR)/include
|
|
OTHER_LDLIBS += -L$(ICONV_DIR)/lib -liconv
|
|
endif
|