pkgsrc/games/gnome2-games/patches/patch-ac
danw cffc036d91 darwin fixes (malloc.h, plus a broken configure check that was accidentally
using the result of the wrong test to determine whether or not guile was
available)
2004-05-16 19:55:24 +00:00

6 lines
167 B
Text

$NetBSD: patch-ac,v 1.3 2004/05/16 19:55:24 danw Exp $
--- gnect/src/malloc.h.orig Tue May 11 20:30:32 2004
+++ gnect/src/malloc.h
@@ -0,0 +1 @@
+#include <stdlib.h>