diff options
author | joerg <joerg> | 2011-12-22 00:27:12 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-12-22 00:27:12 +0000 |
commit | 8c6dca1f0f61d4e19f379cb27e143f0db9dfd5a7 (patch) | |
tree | 6d915c7af78881a78a453c7363ed855cfff49b78 /news | |
parent | fece4dbea192cb0651b0ed99a41a9955631b0361 (diff) | |
download | pkgsrc-8c6dca1f0f61d4e19f379cb27e143f0db9dfd5a7.tar.gz |
Fix build with newer flex.
Diffstat (limited to 'news')
-rw-r--r-- | news/xrn/distinfo | 3 | ||||
-rw-r--r-- | news/xrn/patches/patch-rclex.l | 12 |
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 |