1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

audio/mpg123: fix build with SNDIO

The new version fails to properly pass sndio LDFLAGS,
so set it via CONFIGURE_ENV for now.

Reported by:	kib
This commit is contained in:
Roman Bogorodskiy 2020-06-11 02:04:05 +00:00
parent a03c3e27d0
commit b8a53e40b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538451

View File

@ -17,6 +17,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-optimization=0
CONFIGURE_ENV= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
OPTIONS_DEFINE= SNDIO
OPTIONS_DEFINE_i386= OPTCPU