diff options
Diffstat (limited to 'www/w3m/files/patch-configure')
-rw-r--r-- | www/w3m/files/patch-configure | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/www/w3m/files/patch-configure b/www/w3m/files/patch-configure index 94abb5595f89..32c909ead0a9 100644 --- a/www/w3m/files/patch-configure +++ b/www/w3m/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2007-11-23 02:39:52.000000000 +0900 -+++ configure 2007-11-23 02:43:22.000000000 +0900 -@@ -5532,7 +5532,7 @@ +--- configure.orig 2011-01-15 12:04:22.000000000 +0900 ++++ configure 2016-01-16 22:01:18.489330000 +0900 +@@ -6755,7 +6755,7 @@ if test x"$enable_image" = xyes; then enable_image=x11 case "`uname -s`" in @@ -9,3 +9,11 @@ if test -c /dev/fb0; then enable_image=x11,fb fi;; +@@ -6828,6 +6828,7 @@ + fi;; + esac + done ++ PKG_CONFIG=pkg-config + IMGTARGETS="" + IMGLINK='$(CC)' + if test x"$with_gtk2" = xyes; then |