aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 03:42:55 +0800
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-28 03:42:55 +0800
commit46119761be2dc3cb500a78288aba9a01d4b5b505 (patch)
tree4bb3a7ea2fd6883968348b57153e7f0dea7d0485
parente0777ded3b0022656365f30e2f4a03c2e2a2af55 (diff)
downloadfreebsd-ports-gnome-46119761be2dc3cb500a78288aba9a01d4b5b505.tar.gz
freebsd-ports-gnome-46119761be2dc3cb500a78288aba9a01d4b5b505.tar.zst
freebsd-ports-gnome-46119761be2dc3cb500a78288aba9a01d4b5b505.zip
audio/aumix: fix build with recent current
-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 \