diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2024-09-04 18:40:36 +0200 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2024-09-04 18:40:36 +0200 |
commit | d5debff4b735a93924b68212e6b960533c613016 (patch) | |
tree | 3e3832608f20ec0c1d4cd9eab290959509bdd57a /multimedia/xanim/files/patch-xa_g72x.c | |
parent | databases/xtrabackup84: fix documentation url (diff) |
multimedia/xanim: fix build with gcc14
cleanup MASTER_SITES
cleanup pkg-descr
reformat patches
PR: 281241
Diffstat (limited to 'multimedia/xanim/files/patch-xa_g72x.c')
-rw-r--r-- | multimedia/xanim/files/patch-xa_g72x.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/xanim/files/patch-xa_g72x.c b/multimedia/xanim/files/patch-xa_g72x.c new file mode 100644 index 000000000000..45fe554f751a --- /dev/null +++ b/multimedia/xanim/files/patch-xa_g72x.c @@ -0,0 +1,11 @@ +--- xa_g72x.c.orig 1999-03-21 22:36:25 UTC ++++ xa_g72x.c +@@ -32,6 +32,8 @@ + + #include "xa_g72x.h" + ++#include <stdlib.h> ++ + static short power2[15] = {1, 2, 4, 8, 0x10, 0x20, 0x40, 0x80, + 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000, 0x4000}; + |