summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-22 00:27:12 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-22 00:27:12 +0000
commit262d8ae095842ee71443510682ce90c896035a36 (patch)
tree6d915c7af78881a78a453c7363ed855cfff49b78 /misc
parenteec7ead2d86d856329c2fad079a9d2974193d686 (diff)
downloadpkgsrc-262d8ae095842ee71443510682ce90c896035a36.tar.gz
Fix build with newer flex.
Diffstat (limited to 'misc')
-rw-r--r--misc/jive/distinfo3
-rw-r--r--misc/jive/patches/patch-jive.l15
2 files changed, 17 insertions, 1 deletions
diff --git a/misc/jive/distinfo b/misc/jive/distinfo
index d664291985a..808b99317eb 100644
--- a/misc/jive/distinfo
+++ b/misc/jive/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 11:02:53 agc Exp $
+$NetBSD: distinfo,v 1.4 2011/12/22 00:27:12 joerg Exp $
SHA1 (jive-1.1.tar.gz) = e9e8f211f5f6d18d58f5451d6048c80b16857a37
RMD160 (jive-1.1.tar.gz) = 3b1111db2bf5075435140bd645398bde50286634
Size (jive-1.1.tar.gz) = 4637 bytes
+SHA1 (patch-jive.l) = c7bb329a6cb4c8ae0ea0edfd0cc763245c89b2ad
diff --git a/misc/jive/patches/patch-jive.l b/misc/jive/patches/patch-jive.l
new file mode 100644
index 00000000000..c89badc19af
--- /dev/null
+++ b/misc/jive/patches/patch-jive.l
@@ -0,0 +1,15 @@
+$NetBSD: patch-jive.l,v 1.1 2011/12/22 00:27:12 joerg Exp $
+
+Newer flex no longer defines YY_PROTO.
+
+--- jive.l.orig 2011-12-21 23:54:53.000000000 +0000
++++ jive.l
+@@ -8,7 +8,7 @@ BW [ ]
+ EW [ .,;!?]
+
+ %{
+-#define YY_DECL char * yylex YY_PROTO(( void ))
++#define YY_DECL char * yylex(void)
+ char buf[128];
+ %}
+