Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
$NetBSD: patch-ad,v 1.1 2007/12/04 00:57:40 bjs Exp $
--- sentence.c.orig 2007-08-09 09:00:25.000000000 -0400
+++ sentence.c
@@ -40,8 +40,15 @@ with this program. If not, write to the
#else
#define _(String) String
#endif
+#if defined(HAVE_NBCOMPAT_H)
+#include <nbcompat/config.h>
+#include <nbcompat/cdefs.h>
+#include <nbcompat/regex.h>
+#include <nbcompat/stdio.h>
+#else
#include <regex.h>
#include <stdio.h>
+#endif
#include <stdlib.h>
#include <string.h>