summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordanw <danw>2004-05-07 01:59:02 +0000
committerdanw <danw>2004-05-07 01:59:02 +0000
commit1b62508bc4d412b0a203aeb2f74120bba7138e7d (patch)
treebb230aaa5009120d9579b3989d71756b1c55b93a /devel
parented9e8a1261d11135ea950c272100d392337ef6b6 (diff)
downloadpkgsrc-1b62508bc4d412b0a203aeb2f74120bba7138e7d.tar.gz
s/malloc.h/stdlib.h/ for darwin/freebsd
Diffstat (limited to 'devel')
-rw-r--r--devel/re2c/distinfo3
-rw-r--r--devel/re2c/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/devel/re2c/distinfo b/devel/re2c/distinfo
index f959ce8ad3a..f69d4d86978 100644
--- a/devel/re2c/distinfo
+++ b/devel/re2c/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/07/29 16:17:41 agc Exp $
+$NetBSD: distinfo,v 1.2 2004/05/07 01:59:02 danw Exp $
SHA1 (re2c-0.9.1.tar.gz) = 45b2d33348bc340d633e6f0aca7b1a5e5a75914e
Size (re2c-0.9.1.tar.gz) = 115783 bytes
+SHA1 (patch-aa) = 216cf9716303e141dec342601cef75ff657cb70f
diff --git a/devel/re2c/patches/patch-aa b/devel/re2c/patches/patch-aa
new file mode 100644
index 00000000000..0d7871d2233
--- /dev/null
+++ b/devel/re2c/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/05/07 01:59:02 danw Exp $
+
+--- parser.cc.orig Sat Mar 13 01:01:22 2004
++++ parser.cc Sat Mar 13 01:01:30 2004
+@@ -13,7 +13,7 @@
+ #include <time.h>
+ #include <iostream.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "globals.h"
+ #include "parser.h"
+ int yyparse();