diff options
author | arved <arved@FreeBSD.org> | 2003-10-14 09:45:57 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-10-14 09:45:57 +0000 |
commit | ee5b5c73f9a19165866ebb6422a7f7d4b44abdef (patch) | |
tree | e553e8b1a2beb30c4ba2c33737e689897255cd0a /games | |
parent | bbc838ab658b07efa6f1398b1ed8bd813546726e (diff) | |
download | FreeBSD-ports-ee5b5c73f9a19165866ebb6422a7f7d4b44abdef.zip FreeBSD-ports-ee5b5c73f9a19165866ebb6422a7f7d4b44abdef.tar.gz |
Fix nethack-qt with Qt3.2.
Set Maintainer back to ports.
Submitted by: Adriaan de Groot adridg@sci.kun.nl
Reported by: bento
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack34-qt/Makefile | 2 | ||||
-rw-r--r-- | games/nethack34/files/patch-qt_win.cpp | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile index c6e717c..bd95565 100644 --- a/games/nethack34-qt/Makefile +++ b/games/nethack34-qt/Makefile @@ -7,7 +7,7 @@ MASTERDIR= ${.CURDIR}/../nethack34 -MAINTAINER= kde@FreeBSD.org +MAINTAINER= ports@FreeBSD.org PKGNAMESUFFIX= -qt diff --git a/games/nethack34/files/patch-qt_win.cpp b/games/nethack34/files/patch-qt_win.cpp new file mode 100644 index 0000000..7d29f10 --- /dev/null +++ b/games/nethack34/files/patch-qt_win.cpp @@ -0,0 +1,14 @@ +--- win/Qt/qt_win.cpp.orig Tue Oct 14 11:29:05 2003 ++++ win/Qt/qt_win.cpp Tue Oct 14 11:29:52 2003 +@@ -75,6 +75,11 @@ + #undef yn + #endif + ++#ifdef Invisible ++/* Invisible was added to an enum in Qt 3.2, #defined in youprop.h */ ++#undef Invisible ++#endif ++ + #include "qt_win.h" + #include <qregexp.h> + #include <qpainter.h> |