diff options
Diffstat (limited to 'ftp/gwget/files/patch-configure')
-rw-r--r-- | ftp/gwget/files/patch-configure | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ftp/gwget/files/patch-configure b/ftp/gwget/files/patch-configure new file mode 100644 index 000000000000..907d6f0fa894 --- /dev/null +++ b/ftp/gwget/files/patch-configure @@ -0,0 +1,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; } |