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/media-gfx/duhdraw/files/duhdraw-2.8.13-macos.patch

13 lines
329 B

--- ./duhdraw-2.8.13/duhdraw.c.orig 2005-03-02 09:22:46.000000000 +0100
+++ ./duhdraw-2.8.13/duhdraw.c 2006-11-16 09:56:21.000000000 +0100
@@ -12,7 +12,9 @@
#include <stdio.h>
#include <dirent.h>
#include <sys/stat.h>
+#ifndef __APPLE__
#include <malloc.h>
+#endif
#include <time.h>
#include <curses.h>
#include <ctype.h>