[SVN-Commit] r1082 - in trunk: . Mk
svn-freebsd-gecko at chruetertee.ch
svn-freebsd-gecko at chruetertee.ch
Fri Oct 26 16:16:52 UTC 2012
Author: jbeich
Date: Fri Oct 26 16:16:39 2012
New Revision: 1082
Log:
unbreak GNOMEVFS2 after r1042
Modified:
trunk/Gecko_ChangeLog
trunk/Mk/bsd.gecko.mk
Modified: trunk/Gecko_ChangeLog
==============================================================================
--- trunk/Gecko_ChangeLog Wed Oct 24 16:16:55 2012 (r1081)
+++ trunk/Gecko_ChangeLog Fri Oct 26 16:16:39 2012 (r1082)
@@ -1,2 +1,5 @@
17.0:
+- with GNOMEVFS2 option build its extension, too [1]
- *misc*
+
+PR: ports/173052 [1]
Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk Wed Oct 24 16:16:55 2012 (r1081)
+++ trunk/Mk/bsd.gecko.mk Fri Oct 26 16:16:39 2012 (r1082)
@@ -723,6 +723,7 @@
.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
More information about the freebsd-gecko
mailing list