pkgsrc/lang/caml-light/patches/patch-ai
dholland 3b06c79f86 Fix broken 64-bit build. Add destdir support.
PKGREVISION++, because I changed some things around.
2008-09-05 02:07:51 +00:00

14 lines
307 B
Text

$NetBSD: patch-ai,v 1.1 2008/09/05 02:07:51 dholland Exp $
Fix 64-bit build.
--- yacc/defs.h~ 1995-05-02 10:47:38.000000000 -0400
+++ yacc/defs.h 2008-09-04 21:21:25.000000000 -0400
@@ -3,6 +3,7 @@
#include <stdio.h>
#ifdef __STDC__
#include <stdlib.h>
+#include <string.h>
#endif
#ifdef macintosh