summaryrefslogtreecommitdiff
path: root/ftp/gwget/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/gwget/files/patch-configure')
-rw-r--r--ftp/gwget/files/patch-configure24
1 files changed, 0 insertions, 24 deletions
diff --git a/ftp/gwget/files/patch-configure b/ftp/gwget/files/patch-configure
deleted file mode 100644
index 907d6f0fa894..000000000000
--- a/ftp/gwget/files/patch-configure
+++ /dev/null
@@ -1,24 +0,0 @@
---- configure.orig 2010-04-07 13:02:54.000000000 +0200
-+++ configure 2010-04-07 13:03:27.000000000 +0200
-@@ -14382,7 +14382,9 @@
-
-
- EPHY_AUTODETECT="(autodetect)"
--if pkg-config --exists epiphany-2.28; then
-+if pkg-config --exists epiphany-2.30; then
-+ EPHY_VER=2.30
-+elif pkg-config --exists epiphany-2.28; then
- EPHY_VER=2.28
- elif pkg-config --exists epiphany-2.27; then
- EPHY_VER=2.27
-@@ -14509,6 +14511,10 @@
- EPIPHANY_PKGCONFIG=epiphany-2.28
- EPIPHANY_REQUIRED=2.28
- EPIPHANY_SHORTVER=228
-+elif test "x$EPHY_VER" = "x2.30"; then
-+ EPIPHANY_PKGCONFIG=epiphany-2.30
-+ EPIPHANY_REQUIRED=2.30
-+ EPIPHANY_SHORTVER=230
- else
- { echo "$as_me:$LINENO: result: no epiphany installed" >&5
- echo "${ECHO_T}no epiphany installed" >&6; }