Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2021 12:11:05 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: 956ec6c4ae23 - main - devel/mimalloc: fix build on powerpc after 169b8d35ec7ae204ad56af65f9fa330f9f9ef892
Message-ID:  <202111161211.1AGCB5RC078575@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=956ec6c4ae234e99031a7a961a75bbffc11fff6d

commit 956ec6c4ae234e99031a7a961a75bbffc11fff6d
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-16 12:03:49 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-16 12:03:49 +0000

    devel/mimalloc: fix build on powerpc after 169b8d35ec7ae204ad56af65f9fa330f9f9ef892
    
    clang doesn't have libatomic.
    
    Pointy hat:     ehaupt
---
 devel/mimalloc/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile
index 9aa9f3e7a751..5bd02e83a7b9 100644
--- a/devel/mimalloc/Makefile
+++ b/devel/mimalloc/Makefile
@@ -20,8 +20,6 @@ USE_LDCONFIG=	yes
 CMAKE_ON=	MI_INSTALL_TOPLEVEL
 TEST_TARGET=	test
 
-LDFLAGS_powerpc=	-latomic
-
 # ci pipeline creates transient tags
 PORTSCOUT=	ignore:1
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111161211.1AGCB5RC078575>