You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-sports/gracer/files/gracer-0.1.5-gcc10.patch

15 lines
284 B

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;