pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  7 00:12:45 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-beetle-psx: Makefile
        pkgsrc/emulators/libretro-beetle-saturn: Makefile

Log Message:
libretro-beetle-(psx|saturn): Define _POSIX_C_SOURCE for CLOCK_REALTIME

hopefully appeases FreeBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-beetle-psx/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-beetle-saturn/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/libretro-beetle-psx/Makefile
diff -u pkgsrc/emulators/libretro-beetle-psx/Makefile:1.1 pkgsrc/emulators/libretro-beetle-psx/Makefile:1.2
--- pkgsrc/emulators/libretro-beetle-psx/Makefile:1.1   Sat Aug 11 00:19:58 2018
+++ pkgsrc/emulators/libretro-beetle-psx/Makefile       Fri Sep  7 00:12:45 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/11 00:19:58 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/07 00:12:45 nia Exp $
 
 DISTNAME=      libretro-beetle-psx-20180808
 CATEGORIES=    emulators
@@ -18,6 +18,8 @@ USE_LANGUAGES=        c c++
 
 MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
 
+CFLAGS+=       -D_POSIX_C_SOURCE=200112L
+
 .include "../../mk/endian.mk"
 
 .if ${MACHINE_ENDIAN} == "big"

Index: pkgsrc/emulators/libretro-beetle-saturn/Makefile
diff -u pkgsrc/emulators/libretro-beetle-saturn/Makefile:1.1 pkgsrc/emulators/libretro-beetle-saturn/Makefile:1.2
--- pkgsrc/emulators/libretro-beetle-saturn/Makefile:1.1        Sun Aug 12 13:22:43 2018
+++ pkgsrc/emulators/libretro-beetle-saturn/Makefile    Fri Sep  7 00:12:45 2018
@@ -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"



Home | Main Index | Thread Index | Old Index