diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-25 15:32:43 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-25 15:32:43 +0000 |
commit | 70b0ee97bd335c7df3193a97dfebcaea00f12230 (patch) | |
tree | 7dae3afc2768e72acac1676e3c085266b8169513 /archivers/lzo | |
parent | 057de8d82c4dcfe4718c0fbe1aef0cce053b9dda (diff) | |
download | pkgsrc-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')
-rw-r--r-- | archivers/lzo/distinfo | 3 | ||||
-rw-r--r-- | archivers/lzo/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/archivers/lzo/distinfo b/archivers/lzo/distinfo index 853f630919a..7163f183c91 100644 --- a/archivers/lzo/distinfo +++ b/archivers/lzo/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/10/21 22:36:21 cube Exp $ +$NetBSD: distinfo,v 1.3 2007/07/25 15:32:43 joerg Exp $ SHA1 (lzo-2.02.tar.gz) = 82e1ae75663623516156542f4975a64d3a264b91 RMD160 (lzo-2.02.tar.gz) = 382154ec7d076e66fdcb6114818193dca180e3ac Size (lzo-2.02.tar.gz) = 599387 bytes +SHA1 (patch-aa) = d1220a9d349e7d86cd1c76215a5e0e7a9fb1613e 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 |