freebsd-ports/misc/magicpoint/files/patch-new.c
Yoshio MITA c6f3aee419 - Update to the latest version.
- Reported to solve problem with xorg server.

Submitted by:	Ted Fabe
Reviewed by:	Maintainer (mita)
2004-11-07 01:29:07 +00:00

11 lines
265 B
C

--- image/new.c.orig Tue Aug 31 20:50:32 2004
+++ image/new.c Fri Nov 5 13:53:17 2004
@@ -11,7 +11,7 @@
#include "copyright.h"
#include "image.h"
-#ifdef __APPLE__
+#if defined(__APPLE__) || defined(CSRG_BASED)
#include <stdlib.h>
#else
#include <malloc.h>