diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-05-24 19:01:31 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-05-24 19:01:31 +0000 |
| commit | 9d8c38e6f3e6f17e88aa72671e21638796177943 (patch) | |
| tree | d313b0e7c11a5bff267e63a6d47880bff59cfebb | |
| parent | New (resurrected) port: devel/lua-rds-parser (diff) | |
audio/madplay: Avoid accidentally building with esound backend
In ports r465358 we removed the ESOUND option but forgot to add an
explicit --without-esd to CONFIGURE_ARGS.
PR: 228469
Reported by: w.schwarzenfeld@utanet.at
| -rw-r--r-- | audio/madplay/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index 0420b56323f6..7408c79e9363 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -3,7 +3,7 @@ PORTNAME= madplay PORTVERSION= 0.15.2b -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF/mad/${PORTNAME}/${PORTVERSION} \ ftp://ftp.mars.org/pub/mpeg/ @@ -19,6 +19,7 @@ LIB_DEPENDS= libmad.so:audio/libmad \ USES= localbase GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-esd LDFLAGS+= -lz ALL_TARGET= all madtime |
