pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/mgba
Module Name: pkgsrc
Committed By: nia
Date: Mon Jun 22 09:57:18 UTC 2020
Modified Files:
pkgsrc/emulators/mgba: Makefile
Log Message:
mgba: Switch to minizip until I understand why libzip detection fails
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/mgba/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/mgba/Makefile
diff -u pkgsrc/emulators/mgba/Makefile:1.15 pkgsrc/emulators/mgba/Makefile:1.16
--- pkgsrc/emulators/mgba/Makefile:1.15 Fri Jun 19 13:06:35 2020
+++ pkgsrc/emulators/mgba/Makefile Mon Jun 22 09:57:18 2020
@@ -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 @@ USE_LANGUAGES= c c++
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