pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-snes9x-next for non-arm, use platfo...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4585ab8956a1
branches: trunk
changeset: 646231:4585ab8956a1
user: jmcneill <jmcneill%pkgsrc.org@localhost>
date: Thu Feb 05 17:15:52 2015 +0000
description:
for non-arm, use platform=unix
diffstat:
emulators/libretro-snes9x-next/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r e69474f3832e -r 4585ab8956a1 emulators/libretro-snes9x-next/Makefile
--- a/emulators/libretro-snes9x-next/Makefile Thu Feb 05 16:57:53 2015 +0000
+++ b/emulators/libretro-snes9x-next/Makefile Thu Feb 05 17:15:52 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/02/05 00:16:25 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2015/02/05 17:15:52 jmcneill Exp $
DISTNAME= snes9x-next-libretro-20150204
PKGNAME= libretro-snes9x-next-20150204
@@ -15,9 +15,10 @@
.include "../../mk/bsd.prefs.mk"
-SNES9X_NEXT_PLATFORM= ${MACHINE_ARCH}
.if !empty(MACHINE_ARCH:M*arm*hf)
-SNES9X_NEXT_PLATFORM+= -hardfloat
+SNES9X_NEXT_PLATFORM= ${MACHINE_ARCH}-hardfloat
+.else
+SNES9X_NEXT_PLATFORM= unix
.endif
MAKE_ENV+= platform="${SNES9X_NEXT_PLATFORM}"
Home |
Main Index |
Thread Index |
Old Index