mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
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>
11 lines
332 B
C
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>
|