mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Fix the build if OpenLDAP is installed now that X11BASE == LOCALBASE.
PR: 112403 Approved by: portmgr (implicit)
This commit is contained in:
parent
c5978f0c66
commit
16a461dfbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191549
@ -111,9 +111,9 @@ JPI_LIST?=\
|
||||
MOZ_PKGCONFIG_FILES?= ${MOZILLA}-gtkmozembed ${MOZILLA}-js \
|
||||
${MOZILLA}-xpcom ${MOZILLA}-plugin
|
||||
|
||||
CPPFLAGS+= -I${X11BASE}/include -I${LOCALBASE}/include/nss -I${LOCALBASE}/include/nss/nss
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/nss -I${LOCALBASE}/include/nss/nss
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${X11BASE}/lib -L${LOCALBASE}/lib/nss -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/nss -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
|
||||
LIBS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv
|
||||
|
||||
_USE_GECKO_OPTIONS_ALL= java debug logging optimized_cflags
|
||||
|
Loading…
Reference in New Issue
Block a user