pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-dolphin libretro-dolphin: -lrt seem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80c8caad4855
branches:  trunk
changeset: 326054:80c8caad4855
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Nov 29 17:12:13 2018 +0000

description:
libretro-dolphin: -lrt seems needed on netbsd

diffstat:

 emulators/libretro-dolphin/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 444912acdf37 -r 80c8caad4855 emulators/libretro-dolphin/Makefile
--- a/emulators/libretro-dolphin/Makefile       Thu Nov 29 17:09:12 2018 +0000
+++ b/emulators/libretro-dolphin/Makefile       Thu Nov 29 17:12:13 2018 +0000
@@ -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 @@
 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_EVDEV=OFF
 CMAKE_ARGS+=   -DLIBRETRO=ON
 
+LDFLAGS.NetBSD+=       -lrt
+
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
 
 do-install:



Home | Main Index | Thread Index | Old Index