diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 18:19:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 18:19:12 +0000 |
commit | cd682a9a595474924bce5140b0e3a889a7bdcce8 (patch) | |
tree | f72eabd09791a10daf83f61f943329ab1c5a71ca | |
parent | ccc3ab47ee223b228aa0c82e987fa9b23b0da829 (diff) | |
download | ports-cd682a9a595474924bce5140b0e3a889a7bdcce8.tar.gz ports-cd682a9a595474924bce5140b0e3a889a7bdcce8.zip |
Notes
-rw-r--r-- | audio/ctronome/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/ctronome/Makefile b/audio/ctronome/Makefile index f536f4e90786..9bbc0371dada 100644 --- a/audio/ctronome/Makefile +++ b/audio/ctronome/Makefile @@ -12,6 +12,9 @@ COMMENT= Programmable console-based metronome LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +# Fix build with clang11 +CFLAGS+= -fcommon + PLIST_FILES= bin/ctronome \ %%DATADIR%%/metronome1.wav \ %%DATADIR%%/metronome2.wav |