diff options
author | tnn <tnn@pkgsrc.org> | 2015-11-02 22:36:55 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-11-02 22:36:55 +0000 |
commit | db08072724035b07749ad0b72e0dc47f485888fe (patch) | |
tree | 5d16c852d122b2291fd4e26774a16b1fe2c012ca /audio | |
parent | 32bd594e1be3a93ef5f161d82e878d0a84671ae2 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | audio/SDL_mixer/Makefile | 4 |
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 |