diff options
author | beat <beat@FreeBSD.org> | 2014-10-23 19:43:23 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2014-10-23 19:43:23 +0800 |
commit | 7ab2ae416aeb9405332b3bd77dd940b1a2594c7d (patch) | |
tree | 27478e424da5cca2eead91235516e4ed5bc8b91b /www | |
parent | 1ebb449eefbfeb823759118f22c9744c26cef2a2 (diff) | |
download | freebsd-ports-gnome-7ab2ae416aeb9405332b3bd77dd940b1a2594c7d.tar.gz freebsd-ports-gnome-7ab2ae416aeb9405332b3bd77dd940b1a2594c7d.tar.zst freebsd-ports-gnome-7ab2ae416aeb9405332b3bd77dd940b1a2594c7d.zip |
Unbreak sans TEST
PR: 194543
Submitted by: Jan Beich
MFH: 2014Q4
Diffstat (limited to 'www')
-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 |