mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
- 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:
parent
0f4afcc7a8
commit
ec843a657c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368517
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue