diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-09-08 14:49:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-09-08 14:49:24 +0800 |
commit | 3b2474f55a669ef1ef5af728d68bfe3db47c797c (patch) | |
tree | 3daccad69376dffac142b868dec0122dee422a1b /Mk/bsd.gecko.mk | |
parent | d42cf7f5175dc63432107a2b4fe7c2e8f5a96054 (diff) | |
download | freebsd-ports-gnome-3b2474f55a669ef1ef5af728d68bfe3db47c797c.tar.gz freebsd-ports-gnome-3b2474f55a669ef1ef5af728d68bfe3db47c797c.tar.zst freebsd-ports-gnome-3b2474f55a669ef1ef5af728d68bfe3db47c797c.zip |
gecko: drop poorly maintained GIO=off case after r376999
Glib IO is already used by Gtk internally, so there's little reason
to avoid it unless using non-Gtk builds which are no longer supported.
https://bugzilla.mozilla.org/show_bug.cgi?id=1286627
https://bugzilla.mozilla.org/show_bug.cgi?id=1287288
PR: 210220
Reported by: Marco Beishuizen, Arrigo Marchiori
MFH: 2016Q3
Diffstat (limited to 'Mk/bsd.gecko.mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 99aad151e547..607cdfbde855 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -341,12 +341,6 @@ MOZ_OPTIONS+= --enable-gconf MOZ_OPTIONS+= --disable-gconf .endif -.if ${PORT_OPTIONS:MGIO} -MOZ_OPTIONS+= --enable-gio -.else -MOZ_OPTIONS+= --disable-gio -.endif - .if ${PORT_OPTIONS:MGNOMEUI} BUILD_DEPENDS+= ${libgnomeui_DETECT}:${libgnomeui_LIB_DEPENDS:C/.*://} USE_GNOME+= libgnomeui:build |