mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
Oops, back out r454668
BUNDLE_LIBS is used by every XUL app that cannot share libxul.so
This commit is contained in:
parent
d301e51abf
commit
78da95113b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454677
@ -89,6 +89,10 @@ CPE_VENDOR?=mozilla
|
||||
USE_PERL5= build
|
||||
USE_XORG= x11 xcomposite xdamage xext xfixes xrender xt
|
||||
|
||||
.if ${MOZILLA} != "libxul"
|
||||
BUNDLE_LIBS= yes
|
||||
.endif
|
||||
|
||||
.if ${MOZILLA_VER:R:R} >= 49
|
||||
USES+= compiler:c++14-lang
|
||||
CPPFLAGS+= -D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
|
||||
|
@ -46,7 +46,6 @@ SHEBANG_FILES= xpcom/idl-parser/xpidl/xpidl.py \
|
||||
MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA}
|
||||
LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}
|
||||
USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA}
|
||||
BUNDLE_LIBS= yes
|
||||
|
||||
MOZ_OPTIONS?= --enable-application=xulrunner
|
||||
MOZ_CHANNEL= esr
|
||||
|
Loading…
Reference in New Issue
Block a user