aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-10-28 18:15:01 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-10-28 18:15:01 +0000
commita4ecff6df9fad27198e8ba14a9389137120ae023 (patch)
tree0812dcb25f4c536912ed0af1ca737dc0286077e9
parent2849ce0477f776bd572d913975297673dede22df (diff)
downloadports-a4ecff6df9fad27198e8ba14a9389137120ae023.tar.gz
ports-a4ecff6df9fad27198e8ba14a9389137120ae023.zip
. Fix the plugin build when LOCALBASE is not /usr/local.
PR: 58618 Submitted by: harti
Notes
Notes: svn path=/head/; revision=92472
-rw-r--r--java/jdk13/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/jdk13/Makefile b/java/jdk13/Makefile
index ea306d5a1342..6456b71ca269 100644
--- a/java/jdk13/Makefile
+++ b/java/jdk13/Makefile
@@ -60,7 +60,8 @@ MAKE_ENV= ALT_BOOTDIR="${JDK13DIR}" \
.if !defined(WITHOUT_PLUGIN)
MAKE_ENV += LIBG_HDRS="${LOCALBASE}/include/glib12" \
GTK_HDRS="${X11BASE}/include/gtk12" \
- LIBIDL_HDRS=
+ LIBIDL_HDRS= \
+ INTL_DIR="${LOCALBASE}"
.endif
.if !defined(WITHOUT_PLUGIN)
ALL_TARGET= all plugin images