diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-09-03 11:10:40 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-09-03 11:10:40 +0000 |
commit | f54e8ab4d69f69cfb0c039d0b70555af9eeb0062 (patch) | |
tree | 8c8a95ec584886b3c74806b8c7fedcd191f2d216 | |
parent | 63f7e92fac2cdac516d05929a58a84ee948ea276 (diff) | |
download | ports-f54e8ab4d69f69cfb0c039d0b70555af9eeb0062.tar.gz ports-f54e8ab4d69f69cfb0c039d0b70555af9eeb0062.zip |
Fix nethack34-qt variant
Notes
Notes:
svn path=/head/; revision=172032
-rw-r--r-- | games/nethack34/Makefile | 3 | ||||
-rw-r--r-- | games/nethack34/files/patch-aa | 20 |
2 files changed, 15 insertions, 8 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 3f98df00c65c..74ace8a5488f 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -52,9 +52,6 @@ PATCH_DIST_STRIP= -p1 CFLAGS+= -DMENU_COLOR_REGEX_POSIX .endif .elif ${PKGNAMESUFFIX} == "-qt" -BROKEN= does not build -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 USE_QT_VER= 3 MAKE_ENV+= QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \ QTCFGLIBS="${QTCFGLIBS} ${PTHREAD_LIBS}" \ diff --git a/games/nethack34/files/patch-aa b/games/nethack34/files/patch-aa index 9b1c91188991..c19b1e3f9106 100644 --- a/games/nethack34/files/patch-aa +++ b/games/nethack34/files/patch-aa @@ -1,6 +1,16 @@ ---- include/config.h.orig Sun Dec 7 23:39:13 2003 -+++ include/config.h Thu Dec 11 02:27:55 2003 -@@ -126,7 +126,7 @@ +--- include/config.h.orig Mon Dec 8 00:39:13 2003 ++++ include/config.h Sun Sep 3 12:17:19 2006 +@@ -85,9 +85,6 @@ + #ifdef QT_GRAPHICS + # define DEFAULT_WC_TILED_MAP /* Default to tiles if users doesn't say wc_ascii_map */ + # define USER_SOUNDS /* Use sounds */ +-# ifndef __APPLE__ +-# define USER_SOUNDS_REGEX +-# endif + # define USE_XPM /* Use XPM format for images (required) */ + # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.ppm) */ + # ifndef DEFAULT_WINDOW_SYS +@@ -126,7 +123,7 @@ * would allow: * xpmtoppm <x11tiles.xpm | pnmscale 1.25 | ppmquant 90 >x11tiles_big.xpm */ @@ -9,7 +19,7 @@ # ifdef USE_XPM # define GRAPHIC_TOMBSTONE /* Use graphical tombstone (rip.xpm) */ # endif -@@ -169,11 +169,11 @@ +@@ -169,11 +166,11 @@ #ifdef UNIX /* path and file name extension for compression program */ @@ -25,7 +35,7 @@ #endif #ifndef COMPRESS -@@ -204,7 +204,7 @@ +@@ -204,7 +201,7 @@ * otherwise it will be the current directory. */ # ifndef HACKDIR |