1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

audio/aumix: fix build with recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 19:42:55 +00:00
parent e0777ded3b
commit 46119761be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546678

View File

@ -22,6 +22,8 @@ CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
# Fix build with clang11
CFLAGS+= -fcommon
PLIST_FILES= bin/aumix bin/mute bin/xaumix \
man/man1/aumix.1.gz \