summaryrefslogtreecommitdiff
path: root/games/nethack34
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-10-14 09:45:57 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-10-14 09:45:57 +0000
commit29ac1ae4f721c57c2793b5269c1f825aa7ab9cfc (patch)
tree9cdea52a0015f1db8a00723a2949b7faa7825ca1 /games/nethack34
parent- add a new MASTER_SITES. (diff)
Fix nethack-qt with Qt3.2.
Set Maintainer back to ports. Submitted by: Adriaan de Groot adridg@sci.kun.nl Reported by: bento
Notes
Notes: svn path=/head/; revision=91153
Diffstat (limited to 'games/nethack34')
-rw-r--r--games/nethack34/files/patch-qt_win.cpp14
1 files changed, 14 insertions, 0 deletions
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>