pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
evolution-rss: remove gecko option
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Thu Sep 28 00:07:38 2017 +0200
Changeset: 8f78685babd05bb128d43aa68f2a454ffbc7d494
Modified Files:
evolution-rss/options.mk
Log Message:
evolution-rss: remove gecko option
It tries using the non-existent xulrunner package.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8f78685babd05bb128d43aa68f2a454ffbc7d494
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
evolution-rss/options.mk | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diffs:
diff --git a/evolution-rss/options.mk b/evolution-rss/options.mk
index 7ba4199b8c..305f796bc2 100644
--- a/evolution-rss/options.mk
+++ b/evolution-rss/options.mk
@@ -1,7 +1,7 @@
# $NetBSD: options.mk,v 1.3 2014/08/03 22:16:38 thomasklausner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.evolution-rss
-PKG_SUPPORTED_OPTIONS= webkit dbus gecko
+PKG_SUPPORTED_OPTIONS= webkit dbus
PKG_SUGGESTED_OPTIONS= dbus
.include "../../mk/bsd.options.mk"
@@ -13,12 +13,12 @@ PKG_SUGGESTED_OPTIONS= dbus
CONFIGURE_ARGS+= --disable-dbus
.endif
-.if !empty(PKG_OPTIONS:Mgecko)
-. include "../../devel/xulrunner/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-gecko
-.else
-CONFIGURE_ARGS+= --disable-gecko
-.endif
+#.if !empty(PKG_OPTIONS:Mgecko)
+#. include "../../devel/xulrunner/buildlink3.mk"
+#CONFIGURE_ARGS+= --enable-gecko
+#.else
+#CONFIGURE_ARGS+= --disable-gecko
+#.endif
.if !empty(PKG_OPTIONS:Mwebkit )
. include "../../www/webkit24-gtk/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index