]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- always use mozilla as a engine (from upstream)
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Fri, 13 Feb 2009 10:25:52 +0000 (10:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany-extensions-engine-check.patch -> 1.1

epiphany-extensions-engine-check.patch [new file with mode: 0644]

diff --git a/epiphany-extensions-engine-check.patch b/epiphany-extensions-engine-check.patch
new file mode 100644 (file)
index 0000000..b5674c2
--- /dev/null
@@ -0,0 +1,36 @@
+--- a/configure.ac     2009/01/13 17:54:12     1799
++++ b/configure.ac     2009/01/25 15:48:38     1803
+@@ -227,15 +227,6 @@
+ done
+ IFS="$ephyext_save_ifs"
+-if test "$EPIPHANY_ENGINE" != "mozilla"; then
+- extensions=$EXTENSIONS; EXTENSIONS=
+- for ext in $extensions; do
+-  if echo "$MOZILLA_ALL_EXTENSIONS" | egrep -v "(^| )$ext(\$| )" > /dev/null; then
+-    EXTENSIONS="$EXTENSIONS $ext"
+-  fi
+- done
+-fi
+-
+ AC_SUBST([DIST_EXTENSIONS])
+ AC_SUBST([BUILD_EXTENSIONS],[$(echo $EXTENSIONS | tr ' ' '\n' | sort | uniq | tr '\n' ' ')])
+@@ -314,8 +305,6 @@
+ # Mozilla
+ # *******
+-if test "$EPIPHANY_ENGINE" = "mozilla"; then
+-
+ GECKO_INIT([MOZILLA])
+ AC_SUBST([MOZILLA])
+@@ -364,8 +353,6 @@
+ fi
+-fi # test "$EPIPHANY_ENGINE" != "webkit"
+-
+ GECKO_DEFINES
+ # *****************
This page took 0.065976 seconds and 4 git commands to generate.