aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2014-12-03 15:35:33 +0000
committerTatsuya Kinoshita <tats@debian.org>2014-12-03 15:36:54 +0000
commit5b43df0f787fc846ad151891bc3358e0ed5f03e7 (patch)
treecca924c712d0a20776459f735e4604bf648c6e11 /debian/patches
parentNew patch 400_w3m-img-freebsd.patch to support FreeBSD framebuffer (diff)
downloadw3m-5b43df0f787fc846ad151891bc3358e0ed5f03e7.tar.gz
w3m-5b43df0f787fc846ad151891bc3358e0ed5f03e7.zip
Update 400_w3m-img-freebsd.patch
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/400_w3m-img-freebsd.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/400_w3m-img-freebsd.patch b/debian/patches/400_w3m-img-freebsd.patch
index 9991b91..b6f0677 100644
--- a/debian/patches/400_w3m-img-freebsd.patch
+++ b/debian/patches/400_w3m-img-freebsd.patch
@@ -3,6 +3,19 @@ Author: Yusuke Baba <babayaga1@y8.dion.ne.jp>
Origin: http://www.ac.auone-net.jp/~baba/w3m-img/index.html
Bug-FreeBSD: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=122673
+diff --git a/acinclude.m4 b/acinclude.m4
+index ec91797..675cabe 100644
+--- a/acinclude.m4
++++ b/acinclude.m4
+@@ -600,7 +600,7 @@ AC_DEFUN([AC_W3M_IMAGE],
+ if test x"$enable_image" = xyes; then
+ enable_image=x11
+ case "`uname -s`" in
+- Linux|linux|LINUX)
++ Linux|linux|LINUX|FreeBSD|freebsd|FREEBSD)
+ if test -c /dev/fb0; then
+ enable_image=x11,fb
+ fi;;
diff --git a/configure b/configure
index 4fdcd8e..2ba82d5 100755
--- a/configure