- Suppress ALSA detection which creates hidden dependency and doesn't work

PR:		193291
Submitted by:	amdmi3
Approved by:	maintainer timeout
This commit is contained in:
Dmitry Marakasov 2014-09-18 20:10:34 +00:00
parent 0f4afcc7a8
commit ec843a657c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368517

View file

@ -3,7 +3,7 @@
PORTNAME= moc
PORTVERSION= 2.4.4
PORTREVISION= 17
PORTREVISION= 18
CATEGORIES= audio
MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/
@ -72,4 +72,7 @@ RCC_LIB_DEPENDS= librcc.so:${PORTSDIR}/devel/librcc \
librcd.so:${PORTSDIR}/devel/librcd
RCC_CONFIGURE_OFF= --without-rcc
post-patch:
@${REINPLACE_CMD} -e '/PKG_CONFIG/ s|alsa|no-&|g' ${WRKSRC}/configure
.include <bsd.port.mk>