pkgsrc/archivers/lzo/patches/patch-aa
joerg 70b0ee97bd Don't hard-code that malloc.h exists, do the reverse.
*sigh* and we run autoconf because?
2007-07-25 15:32:43 +00:00

13 lines
370 B
Text

$NetBSD: patch-aa,v 1.1 2007/07/25 15:32:43 joerg Exp $
--- src/miniacc.h.orig 2007-07-25 15:07:34.000000000 +0000
+++ src/miniacc.h
@@ -1635,7 +1635,7 @@ extern "C" {
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
-#define HAVE_MALLOC_H 1
+/* #undef HAVE_MALLOC_H */
#define HAVE_MEMORY_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL_H 1