SHA256
1
0
forked from pool/bb
Files
bb/bb-1.3.0.diff
Takashi Iwai 7ccc36dbd2 - Build with -fpermissive to work around various C99 violations which
lead to compiler errors with GCC 14 by default [boo#1228121]

If the request is OK, please forward it to Factory soon-ish so that it
is ready for switching the default compiler.  Thanks.

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/bb?expand=0&rev=19
2024-07-18 18:14:51 +00:00

12 lines
215 B
Diff

--- tex.c.orig
+++ tex.c
@@ -92,7 +92,7 @@ void unset_zbuff()
static inline void clear_zbuff()
{
- memset(zbuff, 0x55, (X_s * Y_s * sizeof(long)));
+ memset(zbuff, 0x55, (X_s * Y_s * sizeof(int)));
}