explicitly disable pulseaudio in these ports so they won't pick it up
when it becomes available. thanks to sthen@ for grepping the sources
This commit is contained in:
parent
1ba27d1a5b
commit
a0771359b0
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/01/16 10:31:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2011/09/19 13:48:15 jasper Exp $
|
||||
|
||||
COMMENT = SoundFont2 software synthesizer
|
||||
DISTNAME = fluidsynth-1.0.9
|
||||
@ -38,7 +38,8 @@ CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
|
||||
--disable-lash \
|
||||
--disable-ladcca \
|
||||
--disable-oss-support \
|
||||
--disable-portaudio-support
|
||||
--disable-portaudio-support \
|
||||
--disable-pulse-support
|
||||
|
||||
post-patch:
|
||||
cp ${FILESDIR}/fluid_sndio.c ${WRKSRC}/src/
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2011/09/16 08:26:10 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2011/09/19 13:48:15 jasper Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -43,7 +43,7 @@ USE_X11 = Yes
|
||||
CONFIGURE_ENV = CFLAGS="${CFLAGS} -I${X11BASE}/include" \
|
||||
CXXFLAGS="${CXXFLAGS} -I${X11BASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${X11BASE}/lib"
|
||||
CONFIGURE_ARGS = -DWANT_OSS=OFF -DWANT_SDL=OFF
|
||||
CONFIGURE_ARGS = -DWANT_OSS=OFF -DWANT_SDL=OFF -DWANT_PULSEAUDIO=OFF
|
||||
|
||||
# these are all available as separate ports
|
||||
CONFIGURE_ARGS += -DWANT_CALF=OFF -DWANT_CAPS=OFF -DWANT_CMT=OFF \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2011/09/16 08:26:11 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2011/09/19 13:48:15 jasper Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -67,6 +67,7 @@ CONFIGURE_STYLE= gnu
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
|
||||
CONFIGURE_ARGS+= --disable-oss \
|
||||
--disable-alsa \
|
||||
--disable-pulseaudio \
|
||||
--enable-audacious-plugin \
|
||||
--enable-bmp-plugin \
|
||||
--enable-xmms-plugin
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.194 2011/08/17 15:12:15 edd Exp $
|
||||
# $OpenBSD: Makefile,v 1.195 2011/09/19 13:48:15 jasper Exp $
|
||||
|
||||
# May not be hard to add more.
|
||||
ONLY_FOR_ARCHS = alpha amd64 arm i386 mips64 mips64el powerpc sparc64
|
||||
@ -97,6 +97,7 @@ CONFIGURE_ARGS += --disable-alsa \
|
||||
--disable-select \
|
||||
--disable-libcdio \
|
||||
--disable-libmpeg2-internal
|
||||
--disable-pulse \
|
||||
# seems stable dvdnav does not work with a new mplayer.
|
||||
# if they make a release in the future, maybe we can pull that in,
|
||||
# but for now we have to use the internal one.
|
||||
|
Loading…
Reference in New Issue
Block a user