diff options
author | 2020-10-03 13:49:03 +0100 | |
---|---|---|
committer | 2020-10-03 14:14:07 +0100 | |
commit | 5320229523ad830f0410b30a44475e32edb6a372 (patch) | |
tree | dc7733288923e4a56b1e3f858e972acbbd718145 /games-sports/gracer/files | |
parent | media-libs/harfbuzz: stable 2.7.2 for hppa/sparc, bug #746155 (diff) | |
download | gentoo-5320229523ad830f0410b30a44475e32edb6a372.tar.gz gentoo-5320229523ad830f0410b30a44475e32edb6a372.tar.bz2 gentoo-5320229523ad830f0410b30a44475e32edb6a372.zip |
games-sports/gracer: fix build with gcc10
Bug: https://bugs.gentoo.org/744745
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-sports/gracer/files')
-rw-r--r-- | games-sports/gracer/files/gracer-0.1.5-gcc10.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games-sports/gracer/files/gracer-0.1.5-gcc10.patch b/games-sports/gracer/files/gracer-0.1.5-gcc10.patch new file mode 100644 index 000000000000..a7539248e50d --- /dev/null +++ b/games-sports/gracer/files/gracer-0.1.5-gcc10.patch @@ -0,0 +1,14 @@ +Fix -fno-common + +diff -r c259e312716e vehicle.h +--- a/src/vehicle.h Sat Oct 03 12:42:08 2020 +0000 ++++ b/src/vehicle.h Sat Oct 03 12:44:13 2020 +0000 +@@ -70,7 +70,7 @@ + + /* constants */ + float mu[128]; /* friction factor */ +-} GrBreak; ++}; + + struct _GrTireData { + GrRef ref; |