diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 19:42:55 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-27 19:42:55 +0000 |
commit | 46119761be2dc3cb500a78288aba9a01d4b5b505 (patch) | |
tree | 4bb3a7ea2fd6883968348b57153e7f0dea7d0485 /audio | |
parent | e0777ded3b0022656365f30e2f4a03c2e2a2af55 (diff) | |
download | ports-46119761be2dc3cb500a78288aba9a01d4b5b505.tar.gz ports-46119761be2dc3cb500a78288aba9a01d4b5b505.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aumix/Makefile | 2 |
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 \ |