pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/lzo Don't hard-code that malloc.h exists, do...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2df4a6e4ef61
branches:  trunk
changeset: 531215:2df4a6e4ef61
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jul 25 15:32:43 2007 +0000

description:
Don't hard-code that malloc.h exists, do the reverse.
*sigh* and we run autoconf because?

diffstat:

 archivers/lzo/distinfo         |   3 ++-
 archivers/lzo/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 64356ff68724 -r 2df4a6e4ef61 archivers/lzo/distinfo
--- a/archivers/lzo/distinfo    Wed Jul 25 15:12:53 2007 +0000
+++ b/archivers/lzo/distinfo    Wed Jul 25 15:32:43 2007 +0000
@@ -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 -r 64356ff68724 -r 2df4a6e4ef61 archivers/lzo/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/lzo/patches/patch-aa    Wed Jul 25 15:32:43 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index