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
commiteabf712fe30eddb69d5b727bf24c24f0b36a28ad (patch)
treeb8dc609a5380a30efe3db64fea35f9f6b56d66a6 /games/lbreakout
parent31bf6c54704a056b76a0da99361d9cb8652760d6 (diff)
downloadpkgsrc-eabf712fe30eddb69d5b727bf24c24f0b36a28ad.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"