pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-dolphin



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Nov 29 17:12:13 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-dolphin: Makefile

Log Message:
libretro-dolphin: -lrt seems needed on netbsd


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-dolphin/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-dolphin/Makefile
diff -u pkgsrc/emulators/libretro-dolphin/Makefile:1.1 pkgsrc/emulators/libretro-dolphin/Makefile:1.2
--- pkgsrc/emulators/libretro-dolphin/Makefile:1.1      Mon Oct 15 17:20:21 2018
+++ pkgsrc/emulators/libretro-dolphin/Makefile  Thu Nov 29 17:12:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/10/15 17:20:21 nia Exp $
+# $NetBSD: Makefile,v 1.2 2018/11/29 17:12:13 nia Exp $
 
 DISTNAME=      libretro-dolphin-20180827
 CATEGORIES=    emulators
@@ -14,7 +14,7 @@ LICENSE=      gnu-gpl-v2
 EXTRACT_USING= bsdtar
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++14
-GCC_REQD+=     6.0
+GCC_REQD+=     6
 
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=   -DTRY_X11=OFF
@@ -30,6 +30,8 @@ CMAKE_ARGS+=  -DENABLE_SDL=OFF
 CMAKE_ARGS+=   -DENABLE_EVDEV=OFF
 CMAKE_ARGS+=   -DLIBRETRO=ON
 
+LDFLAGS.NetBSD+=       -lrt
+
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 
 do-install:



Home | Main Index | Thread Index | Old Index