Skip to content

Commit

Permalink
audio/cmus: fix build on powerpc
Browse files Browse the repository at this point in the history
Clang doesn't have libatomic.
  • Loading branch information
pkubaj committed Jun 19, 2021
1 parent 7402df0 commit 6cfbc4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions audio/cmus/Makefile
Expand Up @@ -23,10 +23,7 @@ CONFIGURE_ARGS+= HOSTCC=${CC}
# Verbose build makes it easier to spot problems
MAKE_ARGS= ICONV_CFLAGS="-I${ICONV_INCLUDE_PATH}" \
ICONV_LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}" \
${MAKE_ARGS_${ARCH:U}} \
V=2
# undefined reference to `__atomic_fetch_add_8'
MAKE_ARGS_powerpc= COMPAT_LIBS="-latomic"

# Disable all configure options first. These will be overwritten by
# enabled port options later. The args to cmus' configure script
Expand Down

0 comments on commit 6cfbc4c

Please sign in to comment.