aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gecko.mk
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2012-10-29 01:03:28 +0800
committerflo <flo@FreeBSD.org>2012-10-29 01:03:28 +0800
commit5a4e80070803182b4e657f6fd0bb61be9a5fe9a1 (patch)
treebfdd16290ece91145dc3df1818b888573eface15 /Mk/bsd.gecko.mk
parent0d6f2bf866c981f2ed2abe7d15d4ee76b62e24cf (diff)
downloadfreebsd-ports-gnome-5a4e80070803182b4e657f6fd0bb61be9a5fe9a1.tar.gz
freebsd-ports-gnome-5a4e80070803182b4e657f6fd0bb61be9a5fe9a1.tar.zst
freebsd-ports-gnome-5a4e80070803182b4e657f6fd0bb61be9a5fe9a1.zip
- Update www/firefox{,-i18n} to 16.0.2
- Update seamonkey to 2.13.2 - Update ESR ports and libxul to 10.0.10 - Update nspr to 4.9.3 - Update nss to 3.14 - with GNOMEVFS2 option build its extension, too [1] - make heap-committed and heap-dirty reporters work in about:memory - properly mark QT4 as experimental (needs love upstream) - *miscellaneous cleanups and fixups* mail/thunderbird will be updated once the tarballs are available. PR: ports/173052 [1] Security: 6b3b1b97-207c-11e2-a03f-c8600054b392 Feature safe: yes In collaboration with: Jan Beich <jbeich@tormail.org>
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r--Mk/bsd.gecko.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk
index d7febeb00386..eaa44ae651ba 100644
--- a/Mk/bsd.gecko.mk
+++ b/Mk/bsd.gecko.mk
@@ -659,8 +659,8 @@ MOZ_OPTIONS+= --with-system-zlib \
--disable-updater \
--disable-pedantic
-.if ${CXXFLAGS:M-stdlib=libc++}
-LIBS+= -lcxxrt
+.if exists(/usr/lib/libcxxrt.so)
+LIBS+= -Wl,--as-needed,-lcxxrt,--no-as-needed
.endif
.if ${PORT_OPTIONS:MQT4}
@@ -723,6 +723,7 @@ MOZ_OPTIONS+= --disable-gnomeui
.if ${PORT_OPTIONS:MGNOMEVFS2}
USE_GNOME+= gnomevfs2
MOZ_OPTIONS+= --enable-gnomevfs
+MOZ_OPTIONS:= ${MOZ_OPTIONS:C/(extensions)=(.*)/\1=\2,gnomevfs/}
.else
MOZ_OPTIONS+= --disable-gnomevfs
.endif