summaryrefslogtreecommitdiff
path: root/audio/SDL_mixer
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-11-02 22:36:55 +0000
committertnn <tnn@pkgsrc.org>2015-11-02 22:36:55 +0000
commitdb08072724035b07749ad0b72e0dc47f485888fe (patch)
tree5d16c852d122b2291fd4e26774a16b1fe2c012ca /audio/SDL_mixer
parent32bd594e1be3a93ef5f161d82e878d0a84671ae2 (diff)
downloadpkgsrc-db08072724035b07749ad0b72e0dc47f485888fe.tar.gz
Pass --disable-smpegtest to configure. Test is known to sometimes hang.
I've seen it happen on Darwin.
Diffstat (limited to 'audio/SDL_mixer')
-rw-r--r--audio/SDL_mixer/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile
index 00157338bd8..13370cfe10e 100644
--- a/audio/SDL_mixer/Makefile
+++ b/audio/SDL_mixer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2015/04/25 14:20:17 tnn Exp $
+# $NetBSD: Makefile,v 1.51 2015/11/02 22:36:55 tnn Exp $
DISTNAME= SDL_mixer-1.2.12
PKGREVISION= 6
@@ -17,6 +17,8 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= SDL_mixer.pc.in
+CONFIGURE_ARGS+= --disable-smpegtest
+
.include "../../mk/bsd.prefs.mk"
CPPFLAGS+= -Dunix=1