forked from Lainports/freebsd-ports
audio/cmus: fix build on powerpc
Clang doesn't have libatomic.
This commit is contained in:
parent
7402df08e6
commit
6cfbc4c720
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue