diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2014-10-23 11:43:23 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2014-10-23 11:43:23 +0000 |
commit | eadb8d50d38e1f6debe6af6be32f2ddf2f31fa7f (patch) | |
tree | 27478e424da5cca2eead91235516e4ed5bc8b91b /www/libxul | |
parent | 801d8368e2f0e4b0a061f792398811cb9a1f92f8 (diff) | |
download | ports-eadb8d50d38e1f6debe6af6be32f2ddf2f31fa7f.tar.gz ports-eadb8d50d38e1f6debe6af6be32f2ddf2f31fa7f.zip |
Notes
Diffstat (limited to 'www/libxul')
-rw-r--r-- | www/libxul/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index ed68631a9056..4d25d010c9f6 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -46,7 +46,6 @@ LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} MOZ_OPTIONS?= --enable-application=xulrunner -MOZ_EXTENSIONS= default,cookie,permissions USE_GECKO= gecko CPE_PRODUCT= firefox_esr OBJDIR_BUILD= # in-tree build broken after bug 789837 @@ -56,8 +55,6 @@ MOZILLA_PLIST_DIRS= bin include lib share/idl libdata MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ mozilla-plugin -BROKEN= build error on js/xpconnect/src/libxpconnect_s.a.desc - .include "${.CURDIR}/../../www/firefox/Makefile.options" .include <bsd.port.pre.mk> @@ -90,6 +87,10 @@ RUN_DEPENDS+= alsa-lib>=1.0.27.2_1:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav .endif +.if ${PORT_OPTIONS:MTEST} +BROKEN= stage-package fails with ValueError: no path specified +.endif + post-patch: @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ ${WRKSRC}/configure.in |