aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gwget/files/patch-configure
blob: 907d6f0fa894ad7b96c18c9f3b448924ba3a26b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- 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; }