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 May  9 14:49:58 UTC 2019

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

Log Message:
libretro-dolphin: Support jitless platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/emulators/libretro-dolphin/Makefile:1.6
--- pkgsrc/emulators/libretro-dolphin/Makefile:1.5      Thu Apr 25 07:32:52 2019
+++ pkgsrc/emulators/libretro-dolphin/Makefile  Thu May  9 14:49:58 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2019/04/25 07:32:52 maya Exp $
+# $NetBSD: Makefile,v 1.6 2019/05/09 14:49:58 nia Exp $
 
 DISTNAME=      libretro-dolphin-20180827
 PKGREVISION=   2
@@ -32,6 +32,14 @@ CMAKE_ARGS+= -DENABLE_SDL=OFF
 CMAKE_ARGS+=   -DENABLE_EVDEV=OFF
 CMAKE_ARGS+=   -DLIBRETRO=ON
 
+.include "../../mk/bsd.prefs.mk"
+
+ONLY_FOR_PLATFORM=     ${LITTLEENDIANPLATFORMS}
+
+.if ${MACHINE_ARCH} != "x86_64" && ${MACHINE_ARCH} != "aarch64"
+CMAKE_ARGS+=   -DENABLE_GENERIC=1
+.endif
+
 LDFLAGS.NetBSD+=       -lrt
 
 INSTALLATION_DIRS+=    ${PREFIX}/lib/libretro
@@ -40,8 +48,6 @@ do-install:
        ${INSTALL_LIB} ${WRKSRC}/dolphin_libretro.so \
            ${DESTDIR}${PREFIX}/lib/libretro/dolphin_libretro.so
 
-.include "../../mk/bsd.prefs.mk"
-
 .if ${OPSYS} != "Darwin"
 .include "../../archivers/lzo/buildlink3.mk"
 .include "../../devel/libusb1/buildlink3.mk"



Home | Main Index | Thread Index | Old Index