ports/multimedia/xanim/files/patch-xa_g72x.c
Dirk Meyer d5debff4b7 multimedia/xanim: fix build with gcc14
cleanup MASTER_SITES
cleanup pkg-descr
reformat patches
PR: 281241
2024-09-04 18:40:36 +02:00

11 lines
247 B
C

--- 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};