diff options
author | nia <nia@pkgsrc.org> | 2020-01-20 21:14:49 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-01-20 21:14:49 +0000 |
commit | 78a162578feb942323ca00f6e681daa870389175 (patch) | |
tree | 021a285fabbc8ebb6dd32ae1c7542375680a9882 /emulators | |
parent | 187e553d540feccc3dfa2f219a35a29cc4566461 (diff) | |
download | pkgsrc-78a162578feb942323ca00f6e681daa870389175.tar.gz |
BasiliskII: Remove esound support
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/BasiliskII/Makefile | 3 | ||||
-rw-r--r-- | emulators/BasiliskII/options.mk | 12 |
2 files changed, 4 insertions, 11 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 123a3362545..ffce801bc9d 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2019/07/30 08:08:22 nia Exp $ +# $NetBSD: Makefile,v 1.41 2020/01/20 21:14:49 nia Exp $ DISTNAME= BasiliskII-20190405 CATEGORIES= emulators @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --disable-xf86-vidmode CONFIGURE_ARGS+= --enable-addressing=banks CONFIGURE_ARGS+= --without-mon +CONFIGURE_ARGS+= --without-esd .include "../../mk/bsd.prefs.mk" diff --git a/emulators/BasiliskII/options.mk b/emulators/BasiliskII/options.mk index b62167c6ff7..9d07a510318 100644 --- a/emulators/BasiliskII/options.mk +++ b/emulators/BasiliskII/options.mk @@ -1,8 +1,7 @@ -# $NetBSD: options.mk,v 1.7 2019/07/30 08:08:22 nia Exp $ +# $NetBSD: options.mk,v 1.8 2020/01/20 21:14:49 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.BasiliskII -PKG_SUPPORTED_OPTIONS= esound gtk2 sdl -PKG_OPTIONS_LEGACY_OPTS+= esd:esound +PKG_SUPPORTED_OPTIONS= gtk2 sdl .include "../../mk/bsd.fast.prefs.mk" @@ -12,13 +11,6 @@ PKG_SUGGESTED_OPTIONS+= gtk2 sdl .include "../../mk/bsd.options.mk" -.if !empty(PKG_OPTIONS:Mesound) -CONFIGURE_ARGS+= --with-esd -.include "../../audio/esound/buildlink3.mk" -.else -CONFIGURE_ARGS+= --without-esd -.endif - .if !empty(PKG_OPTIONS:Mgtk2) CONFIGURE_ARGS+= --with-gtk .include "../../x11/gtk2/buildlink3.mk" |