diff options
-rw-r--r-- | games/nethack36/Makefile | 2 | ||||
-rw-r--r-- | games/nethack36/files/patch-include-unixconf.h | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/games/nethack36/Makefile b/games/nethack36/Makefile index 6c2096bed493..27deac38b7ef 100644 --- a/games/nethack36/Makefile +++ b/games/nethack36/Makefile @@ -3,7 +3,7 @@ PORTNAME= nethack36 PORTVERSION= 3.6.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${TRUEPORTNAME}/${TRUEPORTNAME}/${PORTVERSION} DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g}-src diff --git a/games/nethack36/files/patch-include-unixconf.h b/games/nethack36/files/patch-include-unixconf.h index cb61148c80aa..e8ae24c5a2ed 100644 --- a/games/nethack36/files/patch-include-unixconf.h +++ b/games/nethack36/files/patch-include-unixconf.h @@ -16,15 +16,6 @@ /* of Linux */ /* #define HPUX */ /* Hewlett-Packard's Unix, version 6.5 or higher */ /* use SYSV for < v6.5 */ -@@ -46,7 +46,7 @@ - * job control (note that AIX is SYSV otherwise) - * Also define this for AIX 3.2 */ - --#define TERMINFO /* uses terminfo rather than termcap */ -+/* #define TERMINFO */ /* uses terminfo rather than termcap */ - /* Should be defined for most SYSV, SVR4 (including - * Solaris 2+), HPUX, and Linux systems. In - * particular, it should NOT be defined for the UNIXPC @@ -297,7 +297,7 @@ #endif |