From 7ab2ae416aeb9405332b3bd77dd940b1a2594c7d Mon Sep 17 00:00:00 2001 From: beat Date: Thu, 23 Oct 2014 11:43:23 +0000 Subject: Unbreak sans TEST PR: 194543 Submitted by: Jan Beich MFH: 2014Q4 --- www/libxul/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'www') 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 @@ -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 -- cgit