diff options
-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 |