summaryrefslogtreecommitdiff
path: root/news/xrn
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 /news/xrn
parenteec7ead2d86d856329c2fad079a9d2974193d686 (diff)
downloadpkgsrc-262d8ae095842ee71443510682ce90c896035a36.tar.gz
Fix build with newer flex.
Diffstat (limited to 'news/xrn')
-rw-r--r--news/xrn/distinfo3
-rw-r--r--news/xrn/patches/patch-rclex.l12
2 files changed, 14 insertions, 1 deletions
diff --git a/news/xrn/distinfo b/news/xrn/distinfo
index 8e49c7bb008..ba2d14af898 100644
--- a/news/xrn/distinfo
+++ b/news/xrn/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/01/02 23:33:41 joerg Exp $
+$NetBSD: distinfo,v 1.5 2011/12/22 00:28:19 joerg Exp $
SHA1 (xrn/9.01.tgz) = a560d07629efaa907ae01527192dd474e11555ad
RMD160 (xrn/9.01.tgz) = c98d26e17fd8c511d9272378a54943ef9a453d3a
@@ -10,3 +10,4 @@ SHA1 (patch-ad) = c434a8159e6b3236c7e849f13e8916f3e416d2cc
SHA1 (patch-ae) = 3a1eef86f89acaa3b0bb6a78bfbd8d7c4be969d2
SHA1 (patch-af) = 849b86cac73328cf2a773bc289f97c3e21456f71
SHA1 (patch-ag) = f42c743a45c68b7702494399dbf40c3ac9cefd13
+SHA1 (patch-rclex.l) = 598c68250fa30ce166c135b0b413cf59a1ef64ca
diff --git a/news/xrn/patches/patch-rclex.l b/news/xrn/patches/patch-rclex.l
new file mode 100644
index 00000000000..0a70f13214e
--- /dev/null
+++ b/news/xrn/patches/patch-rclex.l
@@ -0,0 +1,12 @@
+$NetBSD: patch-rclex.l,v 1.1 2011/12/22 00:28:20 joerg Exp $
+
+--- rclex.l.orig 2011-12-22 00:05:52.000000000 +0000
++++ rclex.l
+@@ -15,7 +15,6 @@
+ * the Makefile from the Imakefile (with "xmkmf" or whatever else you
+ * used the first time), and (d) trying to compile again.
+ */
+-int yylineno = 1;
+ #define YYLINE yylineno++
+ #undef yywrap
+ #else