diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-19 04:10:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-19 04:10:34 +0800 |
commit | 767a96004178c380512bd311a05dd9e4069a693f (patch) | |
tree | f6ba78777cb2e32fd143d8669f6a69b3c7464725 /audio | |
parent | 3752cdc3cdbaa75cd625155f47435c58d34ed6db (diff) | |
download | freebsd-ports-gnome-767a96004178c380512bd311a05dd9e4069a693f.tar.gz freebsd-ports-gnome-767a96004178c380512bd311a05dd9e4069a693f.tar.zst freebsd-ports-gnome-767a96004178c380512bd311a05dd9e4069a693f.zip |
- Suppress ALSA detection which creates hidden dependency and doesn't work
PR: 193291
Submitted by: amdmi3
Approved by: maintainer timeout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/moc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/moc/Makefile b/audio/moc/Makefile index cf8a0cf78de0..9bacd325f1fc 100644 --- a/audio/moc/Makefile +++ b/audio/moc/Makefile @@ -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> |