freebsd-ports/biology/p5-AcePerl/files/patch-ab
Yen-Ming Lee fb9e59f589 - Update to 1.89
- refine BROKEN to make portlint happier
- patch to use on Scalar::Util instead of WeakRef
- mark IGNORE under old perl which don't support weak reference

PR:		96656
Submitted by:	leeym
Approved by:	maintainer
2006-05-02 23:16:02 +00:00

11 lines
408 B
Text

--- acelib/memsubs.c.orig Mon Jan 11 02:01:29 1999
+++ acelib/memsubs.c Thu Jul 27 17:18:45 2000
@@ -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 **************/