summaryrefslogtreecommitdiff
path: root/archivers/lzo/patches/patch-aa
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-25 15:32:43 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-25 15:32:43 +0000
commit70b0ee97bd335c7df3193a97dfebcaea00f12230 (patch)
tree7dae3afc2768e72acac1676e3c085266b8169513 /archivers/lzo/patches/patch-aa
parent057de8d82c4dcfe4718c0fbe1aef0cce053b9dda (diff)
downloadpkgsrc-70b0ee97bd335c7df3193a97dfebcaea00f12230.tar.gz
Don't hard-code that malloc.h exists, do the reverse.
*sigh* and we run autoconf because?
Diffstat (limited to 'archivers/lzo/patches/patch-aa')
-rw-r--r--archivers/lzo/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/archivers/lzo/patches/patch-aa b/archivers/lzo/patches/patch-aa
new file mode 100644
index 00000000000..9c2bf036876
--- /dev/null
+++ b/archivers/lzo/patches/patch-aa
@@ -0,0 +1,13 @@
+$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