diff options
-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 |