Skip to content

Commit

Permalink
mame: Explicitly disable some dependencies that are not explicitly in…
Browse files Browse the repository at this point in the history
…cluded
  • Loading branch information
alarixnia committed Aug 11, 2023
1 parent 26db013 commit 230f180
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emulators/mame/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 230f180

Please sign in to comment.