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

--- duhdraw-2.8.13/duhdraw.c
+++ duhdraw-2.8.13/duhdraw.c
@@ -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>