git: 6cfbc4c7204f - main - audio/cmus: fix build on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 19 01:31:48 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6cfbc4c7204f429491804a7137ccfaf14ecf9c27

commit 6cfbc4c7204f429491804a7137ccfaf14ecf9c27
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-06-19 01:31:41 +0000
Commit:     Piotr Kubaj <pkubaj at 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


More information about the dev-commits-ports-main mailing list