diff options
author | rh <rh@pkgsrc.org> | 2000-10-22 18:33:32 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-10-22 18:33:32 +0000 |
commit | b923dbec15e3ffe405fa211c957396c51735628b (patch) | |
tree | b8dc609a5380a30efe3db64fea35f9f6b56d66a6 /games/lbreakout | |
parent | 394040ba329c591fc86f465f43e3e77b14f3ca7c (diff) | |
download | pkgsrc-b923dbec15e3ffe405fa211c957396c51735628b.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/Makefile | 3 |
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" |