Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mgba mgba: Switch to minizip until I underst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1014445b8e53
branches:  trunk
changeset: 434821:1014445b8e53
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Jun 22 09:57:18 2020 +0000

description:
mgba: Switch to minizip until I understand why libzip detection fails

diffstat:

 emulators/mgba/Makefile |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 38f44ea66780 -r 1014445b8e53 emulators/mgba/Makefile
--- a/emulators/mgba/Makefile   Mon Jun 22 08:14:39 2020 +0000
+++ b/emulators/mgba/Makefile   Mon Jun 22 09:57:18 2020 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/06/19 13:06:35 nia Exp $
+# $NetBSD: Makefile,v 1.16 2020/06/22 09:57:18 nia Exp $
 
 DISTNAME=      mgba-0.8.2
+PKGREVISION=   1
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=mgba-emu/}
 
@@ -17,10 +18,10 @@
 GCC_REQD+=     5
 
 CMAKE_ARGS+=   -DUSE_DISCORD_RPC=OFF
-CMAKE_ARGS+=   -DUSE_MINIZIP=OFF # using libzip
+CMAKE_ARGS+=   -DUSE_LIBZIP=OFF # using minizip
 
 .include "options.mk"
-.include "../../archivers/libzip/buildlink3.mk"
+.include "../../archivers/minizip/buildlink3.mk"
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/libelf/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index