diff options
author | nia <nia@pkgsrc.org> | 2019-05-18 10:41:59 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-05-18 10:41:59 +0000 |
commit | e8615cc21d3071c80e05e8aa7d674af267ad180a (patch) | |
tree | 9a2ada5bac137b7cf9864f1ebf4eea55142a8187 /emulators | |
parent | d04225d773240edc484f9b568b7189a62373957e (diff) | |
download | pkgsrc-e8615cc21d3071c80e05e8aa7d674af267ad180a.tar.gz |
libretro-mupen64plus: Don't define platform=unix twice.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-mupen64plus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/libretro-mupen64plus/Makefile b/emulators/libretro-mupen64plus/Makefile index 271f6c2d474..21d16bce0ab 100644 --- a/emulators/libretro-mupen64plus/Makefile +++ b/emulators/libretro-mupen64plus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2019/05/18 10:36:50 nia Exp $ +# $NetBSD: Makefile,v 1.20 2019/05/18 10:41:59 nia Exp $ DISTNAME= libretro-mupen64plus-20190426 CATEGORIES= emulators @@ -21,8 +21,7 @@ SUBST_MESSAGE.vc= Fixing path to VideoCore libraries. SUBST_FILES.vc= Makefile SUBST_SED.vc+= -e 's;/opt/vc;${PREFIX};g' -MAKE_FLAGS+= GIT_VERSION="-pkgsrc" -MAKE_FLAGS+= platform="unix" +MAKE_FLAGS+= GIT_VERSION="-pkgsrc" .if !empty(MACHINE_ARCH:M*arm*) MAKE_FLAGS+= WITH_DYNAREC=arm |