ports/emulators/pcem/files/patch-src_vid__voodoo__render.c
Stefan Eßer a03851a452 emulators/pcem: update to version 17
The repository used by this port is actively maintained and there
"dev" branch contains updates and fixes (including for builds on
aarch64).

Since the maintainer had not updated the port for more than 1 year
and it had become deprecated, I'm taking over maintainership.
2023-10-15 15:24:12 +02:00

11 lines
249 B
C

--- src/vid_voodoo_render.c.orig 2020-12-01 19:49:05 UTC
+++ src/vid_voodoo_render.c
@@ -1,5 +1,8 @@
#include <math.h>
#include <stddef.h>
+#ifdef __FreeBSD__
+#include <sys/mman.h>
+#endif
#include "ibm.h"
#include "device.h"
#include "mem.h"