diff options
author | danw <danw> | 2004-05-07 01:59:02 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-07 01:59:02 +0000 |
commit | acd42a529ef2b63b2434440eaa49a75265a2a776 (patch) | |
tree | bb230aaa5009120d9579b3989d71756b1c55b93a /devel | |
parent | fdf98d201124fb4b47580aca201eb47dc295fde3 (diff) | |
download | pkgsrc-acd42a529ef2b63b2434440eaa49a75265a2a776.tar.gz |
s/malloc.h/stdlib.h/ for darwin/freebsd
Diffstat (limited to 'devel')
-rw-r--r-- | devel/re2c/distinfo | 3 | ||||
-rw-r--r-- | devel/re2c/patches/patch-aa | 13 |
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(); |