freebsd-ports/graphics/gd1/files/patch-gdcache.h
Norikatsu Shigemura 99a390f50b o Change library name from libgd to libgd1.
o Do not install everything except headers and libraries
  (to avoid conflicting with graphics/gd2)
o Fix dependency on new libgd1(for many ports).

PR:		ports/54100
Submitted by:	Ports Fury
2003-07-11 18:16:14 +00:00

10 lines
292 B
C

--- gdcache.h.orig Wed Feb 7 04:44:02 2001
+++ gdcache.h Fri Jul 4 21:58:32 2003
@@ -40,7 +40,6 @@
/* header */
/*********************************************************/
-#include <malloc.h>
#ifndef NULL
#define NULL (void *)0
#endif