diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-07-16 01:04:50 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-07-16 01:04:50 +0800 |
commit | 2542afa15c95cdc3c51ef46f309ff5c5c239b1d9 (patch) | |
tree | f8bf133db3789f9bb20ac9ef80c382288cd45403 | |
parent | 50447bf822062107714a231e9f18dcd969da566d (diff) | |
download | freebsd-ports-gnome-2542afa15c95cdc3c51ef46f309ff5c5c239b1d9.tar.gz freebsd-ports-gnome-2542afa15c95cdc3c51ef46f309ff5c5c239b1d9.tar.zst freebsd-ports-gnome-2542afa15c95cdc3c51ef46f309ff5c5c239b1d9.zip |
Unbreak sysmouse support.
Pointed out by: Travis Poppe <tlp@lickwid.net>
-rw-r--r-- | www/w3m/Makefile | 1 | ||||
-rw-r--r-- | www/w3m/files/patch-configure | 15 |
2 files changed, 13 insertions, 3 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 8e9b70dab558..f889e79d3b03 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -7,6 +7,7 @@ PORTNAME= w3m PORTVERSION= ${W3M_VERSION} +PORTREVISION= 1 CATEGORIES+= www ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/www/w3m/files/patch-configure b/www/w3m/files/patch-configure index 6d742b165f14..e07dbf866b54 100644 --- a/www/w3m/files/patch-configure +++ b/www/w3m/files/patch-configure @@ -1,6 +1,15 @@ ---- configure.orig Fri Dec 12 22:49:07 2003 -+++ configure Fri Dec 12 22:49:50 2003 -@@ -9451,7 +9451,7 @@ +--- configure.orig Sat Jul 16 01:39:30 2005 ++++ configure Sat Jul 16 01:39:38 2005 +@@ -6443,7 +6443,7 @@ + cat confdefs.h >>conftest.$ac_ext + cat >>conftest.$ac_ext <<_ACEOF + /* end confdefs.h. */ +-#include <machine/console.h> ++#include <sys/consio.h> + MOUSE_GETINFO + _ACEOF + if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 +@@ -10223,7 +10223,7 @@ }' fi |