aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 19:42:55 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 19:42:55 +0000
commit46119761be2dc3cb500a78288aba9a01d4b5b505 (patch)
tree4bb3a7ea2fd6883968348b57153e7f0dea7d0485 /audio
parente0777ded3b0022656365f30e2f4a03c2e2a2af55 (diff)
downloadports-46119761be2dc3cb500a78288aba9a01d4b5b505.tar.gz
ports-46119761be2dc3cb500a78288aba9a01d4b5b505.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/aumix/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile
index 76d21015afa5..5b364fcb9145 100644
--- a/audio/aumix/Makefile
+++ b/audio/aumix/Makefile
@@ -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 \