diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-03-09 11:12:46 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-03-09 11:14:44 +0100 |
commit | dda5d7b4cc3822b54784b47cb53066cf95908608 (patch) | |
tree | ae659192de7a37be1b2407b7c80b45d23f32b08a /dev-lang/c-intercal/files | |
parent | dev-lang/c-intercal: Fix build with -fno-common. (diff) | |
download | gentoo-dda5d7b4cc3822b54784b47cb53066cf95908608.tar.gz gentoo-dda5d7b4cc3822b54784b47cb53066cf95908608.tar.bz2 gentoo-dda5d7b4cc3822b54784b47cb53066cf95908608.zip |
dev-lang/c-intercal: Remove old.
Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-lang/c-intercal/files')
-rw-r--r-- | dev-lang/c-intercal/files/c-intercal-30.0-version.patch | 11 | ||||
-rw-r--r-- | dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch | 17 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-lang/c-intercal/files/c-intercal-30.0-version.patch b/dev-lang/c-intercal/files/c-intercal-30.0-version.patch deleted file mode 100644 index 3fe8d026e23a..000000000000 --- a/dev-lang/c-intercal/files/c-intercal-30.0-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- intercal-0.30-orig/configure.ac -+++ intercal-0.30/configure.ac -@@ -14,7 +14,7 @@ - subdir-objects no-texinfo.tex -Wall -Wno-override]) - - dnl Information about this version of INTERCAL. --PACKAGE_VERSION=0.29 -+PACKAGE_VERSION=0.30 - - dnl Checks for programs. - AC_PROG_YACC diff --git a/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch b/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch deleted file mode 100644 index 9d46a91beceb..000000000000 --- a/dev-lang/c-intercal/files/c-intercal-30.0-yywrap.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/604848 - ---- intercal-0.30-orig/src/lexer.l -+++ intercal-0.30/src/lexer.l -@@ -38,12 +38,10 @@ - /*#undef wchar_t*/ - /*#define wchar_t unsigned char*/ - --#ifndef yywrap - static int yywrap(void) - { - return 1; - } --#endif /* yywrap */ - - int iyylineno = 1; - |