Date: Sat, 19 Jun 2021 01:31:47 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6cfbc4c7204f - main - audio/cmus: fix build on powerpc Message-ID: <202106190131.15J1Vl2U073648@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=6cfbc4c7204f429491804a7137ccfaf14ecf9c27 commit 6cfbc4c7204f429491804a7137ccfaf14ecf9c27 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-06-19 01:31:41 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-06-19 01:31:41 +0000 audio/cmus: fix build on powerpc Clang doesn't have libatomic. --- audio/cmus/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 1ebfb7b77bd3..d1e2b1aa9d41 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106190131.15J1Vl2U073648>