aboutsummaryrefslogtreecommitdiff
path: root/devel/configkit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-24 14:52:07 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-24 14:52:07 +0000
commit47b33bd7869cebc080ae2d18c57ea2d570b6e8d2 (patch)
tree0bb5ead788dfa9f3ada4aed8e6428346864e1976 /devel/configkit
parent52659bd2f51c463be9cc82f18c82c6578ccdaeb4 (diff)
downloadports-47b33bd7869cebc080ae2d18c57ea2d570b6e8d2.tar.gz
ports-47b33bd7869cebc080ae2d18c57ea2d570b6e8d2.zip
Fix build on current
Notes
Notes: svn path=/head/; revision=318979
Diffstat (limited to 'devel/configkit')
-rw-r--r--devel/configkit/files/patch-lexer.l10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/configkit/files/patch-lexer.l b/devel/configkit/files/patch-lexer.l
new file mode 100644
index 000000000000..edd9a646df61
--- /dev/null
+++ b/devel/configkit/files/patch-lexer.l
@@ -0,0 +1,10 @@
+--- ./lexer.l.orig 2013-05-24 16:51:05.980063986 +0200
++++ ./lexer.l 2013-05-24 16:50:37.162061270 +0200
+@@ -9,6 +9,7 @@
+ *
+ */
+
++%option noinput
+ %{
+ #include "stdio.h"
+ #include "string.h"