summaryrefslogtreecommitdiff
path: root/ftp/gwget/files/patch-configure
blob: 369e2a4489a795b933176d5ac52ff4ce1d598cf4 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
--- configure.orig	2009-10-02 13:58:38.000000000 +1000
+++ configure	2009-10-02 13:59:21.000000000 +1000
@@ -1653,10 +1653,10 @@
                           Config database for installing schema files.
   --with-gconf-schema-file-dir=dir
                           Directory for installing schema files.
-  --with-epiphany-version[=1.6|1.8|1.10|2.14|2.16|2.18|2.20|2.22|2.24|2.26]
+  --with-epiphany-version[=1.6|1.8|1.10|2.14|2.16|2.18|2.20|2.22|2.24|2.26|2.28]
                           Whether to use epiphany version 1.6 or 1.8 or 1.10
                           or 2.14 or 2.16 or 2.18 or 2.20 or 2.22 or 2.24 or
-                          2.26 (default 1.6)
+                          2.26 or 2.28 (default 1.6)
   --with-extension-prefix=path              Epiphany extension prefix
 
 Some influential environment variables:
@@ -14861,7 +14861,9 @@
 
 
 EPHY_AUTODETECT="(autodetect)"
-if pkg-config --exists epiphany-2.26; then
+if pkg-config --exists epiphany-2.28; then
+        EPHY_VER=2.28
+elif pkg-config --exists epiphany-2.26; then
         EPHY_VER=2.26
 elif pkg-config --exists epiphany-2.25; then
         EPHY_VER=2.25
@@ -14976,6 +14978,10 @@
 	  EPIPHANY_PKGCONFIG=epiphany-2.26
           EPIPHANY_REQUIRED=2.26
 	  EPIPHANY_SHORTVER=226
+elif test "x$EPHY_VER" = "x2.28"; then
+	  EPIPHANY_PKGCONFIG=epiphany-2.28
+          EPIPHANY_REQUIRED=2.28
+	  EPIPHANY_SHORTVER=228
 else
      	{ $as_echo "$as_me:$LINENO: result: no epiphany installed" >&5
 $as_echo "no epiphany installed" >&6; }