diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-08 21:07:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-08 21:07:48 +0000 |
commit | 5d0ad11ea1b5c11d571148b57df529c4cb17543a (patch) | |
tree | 62065983b7eb6ef6df4541ed68866e7cb0df162b /x11/ssystem | |
parent | 27ea3183bc7b1c19de97fa5bdccb857b3618e34d (diff) | |
download | pkgsrc-5d0ad11ea1b5c11d571148b57df529c4cb17543a.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'x11/ssystem')
-rw-r--r-- | x11/ssystem/distinfo | 4 | ||||
-rw-r--r-- | x11/ssystem/patches/patch-ab | 14 | ||||
-rw-r--r-- | x11/ssystem/patches/patch-ac | 14 |
3 files changed, 31 insertions, 1 deletions
diff --git a/x11/ssystem/distinfo b/x11/ssystem/distinfo index 2c710a68b94..1f9328e8887 100644 --- a/x11/ssystem/distinfo +++ b/x11/ssystem/distinfo @@ -1,6 +1,8 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 17:36:20 wiz Exp $ +$NetBSD: distinfo,v 1.4 2007/08/08 21:09:02 joerg Exp $ SHA1 (ssystem-1.6.tar.gz) = b22f766159c8e9c861c23aa6ca47f374294a847a RMD160 (ssystem-1.6.tar.gz) = 33b9e84fbd1f0ce22c25931effe21fce589fb1e1 Size (ssystem-1.6.tar.gz) = 1037947 bytes SHA1 (patch-aa) = f44692941d5b001d6b3017a5a8af8c0e0aab00b7 +SHA1 (patch-ab) = 5851d684371ae46124041e2275dadb4e61a5f547 +SHA1 (patch-ac) = ea9736f69be4ea552bb2d73faf697c0cb314eede diff --git a/x11/ssystem/patches/patch-ab b/x11/ssystem/patches/patch-ab new file mode 100644 index 00000000000..e86704bf553 --- /dev/null +++ b/x11/ssystem/patches/patch-ab @@ -0,0 +1,14 @@ +$NetBSD: patch-ab,v 1.1 2007/08/08 21:09:02 joerg Exp $ + +--- ssystem.c.orig 2007-08-08 20:49:13.000000000 +0000 ++++ ssystem.c +@@ -21,9 +21,6 @@ + #include <stdlib.h> + #include <string.h> + #include <math.h> +-#ifndef __FreeBSD__ +-#include <malloc.h> +-#endif + #include <time.h> + #include <setjmp.h> + #include "ssystem.h" diff --git a/x11/ssystem/patches/patch-ac b/x11/ssystem/patches/patch-ac new file mode 100644 index 00000000000..ca4bbf478fc --- /dev/null +++ b/x11/ssystem/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2007/08/08 21:09:03 joerg Exp $ + +--- init.c.orig 2007-08-08 20:49:33.000000000 +0000 ++++ init.c +@@ -30,9 +30,6 @@ + #include <stdlib.h> + #include <string.h> + #include <math.h> +-#ifndef __FreeBSD__ +-#include <malloc.h> +-#endif + #include <time.h> + #include "jpeglib.h" + #include <setjmp.h> |