From b923dbec15e3ffe405fa211c957396c51735628b Mon Sep 17 00:00:00 2001 From: rh Date: Sun, 22 Oct 2000 18:33:32 +0000 Subject: Configure with --disable-sound, as this doesn't work very well with our current non-preemptive threads. --- games/lbreakout/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games/lbreakout') diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile index e84fa6e3d88..ed87a0dfb5e 100644 --- a/games/lbreakout/Makefile +++ b/games/lbreakout/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/22 16:58:12 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/10/22 18:33:32 rh Exp $ # DISTNAME= lbreakout-001018 @@ -13,5 +13,6 @@ DEPENDS+= SDL>=1.1.5nb1:../../devel/SDL USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-sdl-prefix=${PREFIX} +CONFIGURE_ARGS+=--disable-sound .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3