diff options
| author | Ulrich Müller <ulm@gentoo.org> | 2020-03-09 11:11:39 +0100 |
|---|---|---|
| committer | Ulrich Müller <ulm@gentoo.org> | 2020-03-09 11:14:43 +0100 |
| commit | a110a98b4de6f280d770ba3cc92a4612326205a3 (patch) | |
| tree | e76345803391abbb66678afd649074823aaca7a9 /dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch | |
| parent | 8cb24dc61b0ecd1978bc2d83133886543690c092 (diff) | |
| download | gentoo-a110a98b4de6f280d770ba3cc92a4612326205a3.tar.gz gentoo-a110a98b4de6f280d770ba3cc92a4612326205a3.tar.bz2 gentoo-a110a98b4de6f280d770ba3cc92a4612326205a3.zip | |
dev-lang/c-intercal: Fix build with -fno-common.
Closes: https://bugs.gentoo.org/711902
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/c-intercal-31.0-no-common.patch')
| -rw-r--r-- | dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch b/dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch new file mode 100644 index 000000000000..ff409aeb2518 --- /dev/null +++ b/dev-lang/c-intercal/files/c-intercal-31.0-no-common.patch @@ -0,0 +1,13 @@ +https://bugs.gentoo.org/711902 + +--- intercal-0.31-orig/src/perpet.c ++++ intercal-0.31/src/perpet.c +@@ -85,7 +85,7 @@ + /* function created by yacc */ + extern int yyparse(void); + +-int yydebug; ++extern int yydebug; + + /* compilation options */ + bool compile_only; /* just compile into C, don't run the linker */ |
