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
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.2 2006/07/10 11:16:24 drochner Exp $
--- lib/scanner.l.orig 2006-05-05 07:22:48.000000000 +0200
+++ lib/scanner.l
@@ -163,3 +163,8 @@ void input_reset()
/* Forget contents of input buffer. */
YY_FLUSH_BUFFER;
}
+
+int yywrap()
+{
+ return (1);
+}