03f1abf704
While here: Regenerate p5-AcePerl's patches using makepatch. Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the other way around. Bump PORTREVISION on those two ports.
11 lines
382 B
C
11 lines
382 B
C
--- acelib/memsubs.c.orig 2002-11-24 19:24:23 UTC
|
|
+++ acelib/memsubs.c
|
|
@@ -21,7 +21,7 @@
|
|
#if defined(NEXT) || defined(HP) || defined(MACINTOSH)
|
|
extern void* malloc(mysize_t size) ;
|
|
#elif !defined(WIN32) && !defined(DARWIN)
|
|
-#include <malloc.h> /* normal machines */
|
|
+#include <stdlib.h> /* normal machines */
|
|
#endif
|
|
|
|
/********** primary type definition **************/
|