Date: Fri, 26 Oct 2012 16:16:40 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r1082 - in trunk: . Mk Message-ID: <201210261616.q9QGGekX072988@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210261616.q9QGGekX072988>