summaryrefslogtreecommitdiff
path: root/emulators/mednafen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mednafen/Makefile')
-rw-r--r--emulators/mednafen/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile
index 1da4187cb51..2ba011f7b6f 100644
--- a/emulators/mednafen/Makefile
+++ b/emulators/mednafen/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2021/12/08 16:04:17 adam Exp $
+# $NetBSD: Makefile,v 1.38 2022/01/19 21:56:43 nia Exp $
-DISTNAME= mednafen-1.27.1
-PKGREVISION= 2
+DISTNAME= mednafen-1.29.0
CATEGORIES= emulators
MASTER_SITES= https://mednafen.github.io/releases/files/
EXTRACT_SUFX= .tar.xz
@@ -14,6 +13,7 @@ LICENSE= gnu-gpl-v2
CONFIGURE_ARGS+= --with-external-mpcdec
CONFIGURE_ARGS+= --with-external-tremor
CONFIGURE_ARGS+= --with-external-trio
+CONFIGURE_ARGS+= --with-external-libzstd
CONFIGURE_ARGS+= --with-external-lzo
CONFIGURE_ARGS+= --disable-alsatest
CONFIGURE_ARGS+= --disable-sdltest
@@ -30,6 +30,9 @@ INSTALLATION_DIRS= share/doc/mednafen
GCC_REQD+= 4.7 # gnu++11
+# Complains, loudly.
+MKPIE_SUPPORTED= no
+
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} != "none"
@@ -48,6 +51,7 @@ post-install:
.include "options.mk"
.include "../../archivers/lzo/buildlink3.mk"
+.include "../../archivers/zstd/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"
.include "../../audio/musepack/buildlink3.mk"
.include "../../audio/tremor/buildlink3.mk"