pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-mupen64plus



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat May 18 10:41:59 UTC 2019

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

Log Message:
libretro-mupen64plus: Don't define platform=unix twice.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/emulators/libretro-mupen64plus/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-mupen64plus/Makefile
diff -u pkgsrc/emulators/libretro-mupen64plus/Makefile:1.19 pkgsrc/emulators/libretro-mupen64plus/Makefile:1.20
--- pkgsrc/emulators/libretro-mupen64plus/Makefile:1.19 Sat May 18 10:36:50 2019
+++ pkgsrc/emulators/libretro-mupen64plus/Makefile      Sat May 18 10:41:59 2019
@@ -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 VideoCo
 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



Home | Main Index | Thread Index | Old Index