freebsd-ports/graphics/gd2/files/patch-malloc
Mikhail Teterin dc74024472 LIB_DEPEND on freetype again (regardless of version, what comes with
XFree86-4 should work too). I could've  sworn, I saw some other port
use  the seemingly  non-existent USE_FREETYPE2.  As a  bonus, add  a
patch for malloc.h -> stdlib.h...

While I'm here (again), switch the default maintainership to ports@.

Submitted by:	John Hay
2001-08-24 12:17:08 +00:00

5 lines
134 B
Text

--- gdcache.h Tue Feb 6 14:44:02 2001
+++ gdcache.h Fri Aug 24 08:10:41 2001
@@ -43 +43 @@
-#include <malloc.h>
+#include <stdlib.h>