summaryrefslogtreecommitdiff
path: root/games/lbreakout
diff options
context:
space:
mode:
authorrh <rh>2000-10-22 18:33:32 +0000
committerrh <rh>2000-10-22 18:33:32 +0000
commitf8901d94fefa189087b937581d16b579fa36b02a (patch)
treeb8dc609a5380a30efe3db64fea35f9f6b56d66a6 /games/lbreakout
parent2915dea2bafde070e82e1b9f54691394c6da662a (diff)
downloadpkgsrc-f8901d94fefa189087b937581d16b579fa36b02a.tar.gz
Configure with --disable-sound, as this doesn't work very well with our
current non-preemptive threads.
Diffstat (limited to 'games/lbreakout')
-rw-r--r--games/lbreakout/Makefile3
1 files changed, 2 insertions, 1 deletions
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"