diff options
-rw-r--r-- | java/jdk13/Makefile | 3 |
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 |