mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
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
This commit is contained in:
parent
fb715a41ce
commit
9d8c38e6f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470803
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user