summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-roguelike/nethack/files/3.4.3-macos.patch')
-rw-r--r--games-roguelike/nethack/files/3.4.3-macos.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-roguelike/nethack/files/3.4.3-macos.patch b/games-roguelike/nethack/files/3.4.3-macos.patch
deleted file mode 100644
index d5aad38..0000000
--- a/games-roguelike/nethack/files/3.4.3-macos.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- nethack-3.4.3/win/Qt/qt_win.cpp.orig 2005-11-22 21:24:03.000000000 +0100
-+++ nethack-3.4.3/win/Qt/qt_win.cpp 2005-11-22 21:25:26.000000000 +0100
-@@ -102,7 +102,7 @@
- #include "qt_xpms.h"
-
- #include <dirent.h>
--#ifdef Q_WS_MACX
-+#ifdef __APPLE__
- # include <sys/malloc.h>
- #else
- # include <malloc.h>