summaryrefslogtreecommitdiff
path: root/security/opencdk
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-09 20:02:59 +0000
committerdanw <danw@pkgsrc.org>2004-05-09 20:02:59 +0000
commit6e2815189e8e0da873d9d35409301b8d0889b5df (patch)
treef0b8c2763d913e23959e5075ff5c1a93ec6c43f6 /security/opencdk
parent004bca037a5853c0cba9e24e8b7ee7c4e3d628e7 (diff)
downloadpkgsrc-6e2815189e8e0da873d9d35409301b8d0889b5df.tar.gz
s/malloc.h/stdlib.h/ for darwin/freebsd
Diffstat (limited to 'security/opencdk')
-rw-r--r--security/opencdk/patches/patch-aa13
-rw-r--r--security/opencdk/patches/patch-ab13
-rw-r--r--security/opencdk/patches/patch-ac13
3 files changed, 39 insertions, 0 deletions
diff --git a/security/opencdk/patches/patch-aa b/security/opencdk/patches/patch-aa
new file mode 100644
index 00000000000..cafb741f0e0
--- /dev/null
+++ b/security/opencdk/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/05/09 20:02:59 danw Exp $
+
+--- src/encrypt.c.orig Sat Mar 13 11:34:03 2004
++++ src/encrypt.c
+@@ -24,7 +24,7 @@
+ #endif
+ #include <stdio.h>
+ #include <stdarg.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <assert.h>
+
+ #include "opencdk.h"
diff --git a/security/opencdk/patches/patch-ab b/security/opencdk/patches/patch-ab
new file mode 100644
index 00000000000..5a7cb19bcff
--- /dev/null
+++ b/security/opencdk/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/05/09 20:02:59 danw Exp $
+
+--- src/main.c.orig Sat Mar 13 11:34:08 2004
++++ src/main.c
+@@ -24,7 +24,7 @@
+ #endif
+ #include <stdio.h>
+ #include <errno.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #ifdef HAVE_PWD_H
+ # include <pwd.h>
+ #endif
diff --git a/security/opencdk/patches/patch-ac b/security/opencdk/patches/patch-ac
new file mode 100644
index 00000000000..9681a478a76
--- /dev/null
+++ b/security/opencdk/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2004/05/09 20:02:59 danw Exp $
+
+--- src/misc.c.orig Sat Mar 13 11:34:11 2004
++++ src/misc.c
+@@ -27,7 +27,7 @@
+ #include <string.h>
+ #include <ctype.h>
+ #include <time.h>
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "opencdk.h"
+ #include "main.h"