diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-14 17:45:57 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-10-14 17:45:57 +0800 |
commit | 29ac1ae4f721c57c2793b5269c1f825aa7ab9cfc (patch) | |
tree | 9cdea52a0015f1db8a00723a2949b7faa7825ca1 /games | |
parent | c6642d5a2fc9c93e133a8362a4755bdffad69c36 (diff) | |
download | freebsd-ports-gnome-29ac1ae4f721c57c2793b5269c1f825aa7ab9cfc.tar.gz freebsd-ports-gnome-29ac1ae4f721c57c2793b5269c1f825aa7ab9cfc.tar.zst freebsd-ports-gnome-29ac1ae4f721c57c2793b5269c1f825aa7ab9cfc.zip |
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 c6e717cdd4ed..bd955654a4c3 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 000000000000..7d29f10ae4d6 --- /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> |