summaryrefslogtreecommitdiff
path: root/emulators/libretro-beetle-saturn/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/libretro-beetle-saturn/Makefile')
-rw-r--r--emulators/libretro-beetle-saturn/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/libretro-beetle-saturn/Makefile b/emulators/libretro-beetle-saturn/Makefile
index 6ba9be85484..206af30aee0 100644
--- a/emulators/libretro-beetle-saturn/Makefile
+++ b/emulators/libretro-beetle-saturn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/12 13:22:43 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/07 00:12:45 nia Exp $
DISTNAME= libretro-beetle-saturn-20180620
CATEGORIES= emulators
@@ -23,6 +23,8 @@ ONLY_FOR_PLATFORM= *-*-x86_64
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+CFLAGS+= -D_POSIX_C_SOURCE=200112L
+
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"