ports/emulators/anese/files/patch-thirdparty_headeronly_cfgpath.h
Danilo G. Baio 0a03b7d047 Add emulators/anese: NES Emulator written for fun and learning
ANESE (Another NES Emulator) is a Nintendo Entertainment System Emulator written
for fun and learning.

Accuracy and performance are long-term goals, but the primary focus is getting
popular titles up and running. There are still a lot of bugs, but many games are
working quite well already.

WWW: https://prilik.com/ANESE/

PR:		239940
Submitted by:	Martin Filla <freebsd@sysctl.cz>
2019-09-01 19:25:47 +00:00

11 lines
332 B
C

--- thirdparty/headeronly/cfgpath.h.orig 2019-08-18 10:23:32 UTC
+++ thirdparty/headeronly/cfgpath.h
@@ -39,7 +39,7 @@
#define mkdir _mkdir
#endif
-#if defined(__linux__) || defined(__APPLE__)
+#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
#include <string.h>
#include <stdlib.h>
#include <sys/stat.h>