mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
. Fix the plugin build when LOCALBASE is not /usr/local.
PR: 58618 Submitted by: harti
This commit is contained in:
parent
2849ce0477
commit
a4ecff6df9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92472
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user