mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Remove CDIO from OPTIONS_DEFAULT and mark it BROKEN
This commit is contained in:
parent
1fc1f50533
commit
bca2a1abb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364454
@ -35,7 +35,7 @@ INFO= gmerlin
|
||||
|
||||
OPTIONS_DEFINE= ALSA CDDB CDIO ESOUND JACK JPEG LIBVISUAL \
|
||||
OPTIMIZED_CFLAGS PNG PULSEAUDIO QUICKTIME TIFF DOCS
|
||||
OPTIONS_DEFAULT= CDDB CDIO JACK JPEG LIBVISUAL \
|
||||
OPTIONS_DEFAULT= CDDB JACK JPEG LIBVISUAL \
|
||||
OPTIMIZED_CFLAGS PNG PULSEAUDIO QUICKTIME TIFF
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
@ -63,6 +63,12 @@ QUICKTIME_CONFIGURE_OFF=--disable-lqt
|
||||
TIFF_LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
TIFF_CONFIGURE_OFF= --disable-libtiff
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCDIO}
|
||||
BROKEN= Fails to build with new libcdio
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/LIBS/s|-ldl || ; \
|
||||
|
Loading…
Reference in New Issue
Block a user