blob: ec629682d5aea34eff861593067de6a58bd70b83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- ../../j2se/make/sun/splashscreen/Makefile.orig Fri Oct 26 10:33:27 2007
+++ ../../j2se/make/sun/splashscreen/Makefile Fri Oct 26 10:35:59 2007
@@ -49,7 +49,7 @@
ifeq ($(OS_VENDOR), NetBSD)
ICONV_DIR = /usr/pkg
else
- ICONV_DIR = /usr/local
+ ICONV_DIR = ${LOCALBASE}
endif
CPPFLAGS += -I$(OPENWIN_HOME)/include \
-I$(OPENWIN_HOME)/include/X11/extensions \
|