pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/mame



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 11 08:38:43 UTC 2023

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
mame: Explicitly disable some dependencies that are not explicitly included


To generate a diff of this commit:
cvs rdiff -u -r1.175 -r1.176 pkgsrc/emulators/mame/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/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.175 pkgsrc/emulators/mame/Makefile:1.176
--- pkgsrc/emulators/mame/Makefile:1.175        Wed Aug  2 19:27:31 2023
+++ pkgsrc/emulators/mame/Makefile      Fri Aug 11 08:38:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.175 2023/08/02 19:27:31 nia Exp $
+# $NetBSD: Makefile,v 1.176 2023/08/11 08:38:42 nia Exp $
 
 DISTNAME=      mame-0.257
 CATEGORIES=    emulators
@@ -33,6 +33,8 @@ FORCE_CXX_STD=                gnu++17
 MAKE_FLAGS+=           PRECOMPILE=0
 # TODO: set differently when debugging?
 MAKE_FLAGS+=           OPTIMIZE=2
+MAKE_FLAGS+=           NO_USE_PORTAUDIO=1
+MAKE_FLAGS+=           NO_USE_PULSEAUDIO=1
 
 .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "x86_64"
 # \todo Arch detection for aarch64 fails, investigate why



Home | Main Index | Thread Index | Old Index