summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2005-11-22 22:07:03 +0000
committerFabian Groffen <grobian@gentoo.org>2005-11-22 22:07:03 +0000
commit01a8c98bf8906a3628f1eae081f337b44ef18c56 (patch)
tree594a63bfc03a550cd2a4770ed5197231094e97e5 /games-roguelike/nethack/files
parentMarked stable on amd64 (diff)
downloadgentoo-2-01a8c98bf8906a3628f1eae081f337b44ef18c56.tar.gz
gentoo-2-01a8c98bf8906a3628f1eae081f337b44ef18c56.tar.bz2
gentoo-2-01a8c98bf8906a3628f1eae081f337b44ef18c56.zip
Adding small patch for OSX and compilation helper. Marked ~ppc-macos (bug #106117)
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-roguelike/nethack/files')
-rw-r--r--games-roguelike/nethack/files/3.4.3-macos.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/games-roguelike/nethack/files/3.4.3-macos.patch b/games-roguelike/nethack/files/3.4.3-macos.patch
new file mode 100644
index 000000000000..d5aad3810878
--- /dev/null
+++ b/games-roguelike/nethack/files/3.4.3-macos.patch
@@ -0,0 +1,11 @@
+--- 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>