- explicitly disable libcdio, it can always later be enabled.
ok biorn@ (MAINTAINER)
This commit is contained in:
parent
a2b656caea
commit
56745f5ada
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.127 2008/02/18 16:37:38 espie Exp $
|
# $OpenBSD: Makefile,v 1.128 2008/03/19 22:35:35 jasper Exp $
|
||||||
|
|
||||||
# May not be hard to add more.
|
# May not be hard to add more.
|
||||||
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 arm
|
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 arm
|
||||||
@ -90,7 +90,8 @@ CONFIGURE_ARGS+=--disable-alsa \
|
|||||||
--disable-jack \
|
--disable-jack \
|
||||||
--disable-faad-internal \
|
--disable-faad-internal \
|
||||||
--enable-faad-external \
|
--enable-faad-external \
|
||||||
--disable-libvorbis
|
--disable-libvorbis \
|
||||||
|
--disable-libcdio
|
||||||
|
|
||||||
CONFIGURE_ENV+= TMPDIR="${WRKBUILD}"
|
CONFIGURE_ENV+= TMPDIR="${WRKBUILD}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user