summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2007-02-26 12:57:20 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2007-02-26 12:57:20 +0000
commit5030f9c8bdee7982632744551f507696afef3f89 (patch)
tree07e2a0052f6285011adf062ac60ca65fab842371 /dev-lang/tinycobol/files
parentEnable building without any USE flags (diff)
downloadhistorical-5030f9c8bdee7982632744551f507696afef3f89.tar.gz
historical-5030f9c8bdee7982632744551f507696afef3f89.tar.bz2
historical-5030f9c8bdee7982632744551f507696afef3f89.zip
Version bump with a little fix for problems with current flex versions.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'dev-lang/tinycobol/files')
-rw-r--r--dev-lang/tinycobol/files/digest-tinycobol-0.633
-rw-r--r--dev-lang/tinycobol/files/tinycobol-0.63.patch15
2 files changed, 18 insertions, 0 deletions
diff --git a/dev-lang/tinycobol/files/digest-tinycobol-0.63 b/dev-lang/tinycobol/files/digest-tinycobol-0.63
new file mode 100644
index 000000000000..ca4b5d950a06
--- /dev/null
+++ b/dev-lang/tinycobol/files/digest-tinycobol-0.63
@@ -0,0 +1,3 @@
+MD5 21eab75899776d739cceca0c245f1d44 tinycobol-0.63.tar.gz 847010
+RMD160 388c03e28b6c8bee00694dc543c0fa8e50fe6c1e tinycobol-0.63.tar.gz 847010
+SHA256 7fac5e09b3c8b292957c6209df615d429f7c454859b4183cecff4c78978d4d22 tinycobol-0.63.tar.gz 847010
diff --git a/dev-lang/tinycobol/files/tinycobol-0.63.patch b/dev-lang/tinycobol/files/tinycobol-0.63.patch
new file mode 100644
index 000000000000..c7e6d7d05eb4
--- /dev/null
+++ b/dev-lang/tinycobol/files/tinycobol-0.63.patch
@@ -0,0 +1,15 @@
+--- compiler/scan.l 2005-07-21 14:57:46.000000000 +0200
++++ compiler/scan.l.new 2007-02-26 13:41:01.000000000 +0100
+@@ -58,7 +58,12 @@
+ the token returned by the real lexer (yylex2)
+ */
+ int prev_token=0;
++#ifdef YY_USE_PROTOS
+ #define YY_DECL int yylex2 YY_PROTO((void))
++#else
++#define YY_PROTO(proto) (void)
++#define YY_DECL int yylex2(void)
++#endif
+ %}
+
+ AnyNoDQuote [^"\t\n]