mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
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>
11 lines
354 B
Text
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;;
|