summaryrefslogtreecommitdiff
path: root/archivers/lzo
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-25 15:32:43 +0000
committerjoerg <joerg>2007-07-25 15:32:43 +0000
commit2fbc88277027e49ea7e7c60f3d72fcfdacd2ea86 (patch)
tree7dae3afc2768e72acac1676e3c085266b8169513 /archivers/lzo
parentf4f6b55f6c1b9c8b4de96a097c9eda55adc94103 (diff)
downloadpkgsrc-2fbc88277027e49ea7e7c60f3d72fcfdacd2ea86.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/distinfo3
-rw-r--r--archivers/lzo/patches/patch-aa13
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