summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se-splashscreen-Makefile
blob: 8f340e32798e0eacd1e007845b4c8e57a1e2d59d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
$FreeBSD$

--- ../../j2se/make/sun/splashscreen/Makefile.orig	Sat Feb 16 11:45:24 2008
+++ ../../j2se/make/sun/splashscreen/Makefile	Sat Feb 16 11:45:37 2008
@@ -47,7 +47,7 @@
   CFLAGS += -DWITH_X11
   ifeq ($(PLATFORM), bsd)
     ifneq ($(OS_VENDOR), NetBSD)
-      ICONV_DIR = /usr/local
+      ICONV_DIR = ${LOCALBASE}
       ICONV_LIB = -L$(ICONV_DIR)/lib -liconv
     endif
     CPPFLAGS += -I$(OPENWIN_HOME)/include \