ports/www/w3m/files/patch-configure
MANTANI Nobutaka 81038e14ec Add w3m-img framebuffer support patch written by Yusuke Baba.
To display images on console, you need to install w3m-img and
run w3m on jfbterm (sysutils/jfbterm).

w3m-img for FreeBSD framebuffer (patch author's website, written in Japanese)
http://www.ac.auone-net.jp/~baba/w3m-img/index.html

PR:		ports/122673
Submitted by:	nrg milk <nrgmilk@gmail.com>
2008-04-22 16:01:39 +00:00

11 lines
354 B
Text

--- configure.orig 2007-11-23 02:39:52.000000000 +0900
+++ configure 2007-11-23 02:43:22.000000000 +0900
@@ -5532,7 +5532,7 @@
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;;