You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-roguelike/nethack/files/3.4.3-macos.patch

12 lines
307 B

--- 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>