diff options
author | mi <mi@FreeBSD.org> | 2001-08-24 12:17:08 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-08-24 12:17:08 +0000 |
commit | 18fd596c6514f54c6ce1c896cc16c0a1becda126 (patch) | |
tree | 045875d67032a8bcf32d6669721fce2c09e72b1e /graphics/gd/files | |
parent | ea89ea545333ec892e2a5ce92ae4bcdaeab875ba (diff) | |
download | FreeBSD-ports-18fd596c6514f54c6ce1c896cc16c0a1becda126.zip FreeBSD-ports-18fd596c6514f54c6ce1c896cc16c0a1becda126.tar.gz |
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
Diffstat (limited to 'graphics/gd/files')
-rw-r--r-- | graphics/gd/files/patch-malloc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/gd/files/patch-malloc b/graphics/gd/files/patch-malloc new file mode 100644 index 0000000..fa33bbc --- /dev/null +++ b/graphics/gd/files/patch-malloc @@ -0,0 +1,5 @@ +--- 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> |