pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/retroarch



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Sep  6 08:23:08 UTC 2018

Modified Files:
        pkgsrc/emulators/retroarch: Makefile

Log Message:
retroarch/Makefile: Disable discord RPC, and bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/emulators/retroarch/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/retroarch/Makefile
diff -u pkgsrc/emulators/retroarch/Makefile:1.8 pkgsrc/emulators/retroarch/Makefile:1.9
--- pkgsrc/emulators/retroarch/Makefile:1.8     Tue Aug  7 16:44:26 2018
+++ pkgsrc/emulators/retroarch/Makefile Thu Sep  6 08:23:08 2018
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2018/08/07 16:44:26 nia Exp $
+# $NetBSD: Makefile,v 1.9 2018/09/06 08:23:08 nia Exp $
 
 DISTNAME=      retroarch-${RETROARCH_VERSION}
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=        RetroArch
@@ -20,6 +21,7 @@ HAS_CONFIGURE=        yes
 CONFIGURE_ARGS+=       --disable-builtinminiupnpc
 CONFIGURE_ARGS+=       --disable-builtinzlib
 CONFIGURE_ARGS+=       --disable-builtinflac
+CONFIGURE_ARGS+=       --disable-discord
 
 CONFIGURE_ENV+=        BIN_DIR=${PREFIX}/bin
 CONFIGURE_ENV+=        MAN_DIR=${PREFIX}/${PKGMANDIR}



Home | Main Index | Thread Index | Old Index