aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-05 09:15:13 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-05 09:15:13 +0000
commit5594e82e0d0edaf86a3b03e581f6c8fad3309d78 (patch)
tree311c233a0832601fb023f775e8b20fc2047d8a8a
parent09c05e179fe478091ebb7715d37462589010de8f (diff)
downloadports-5594e82e0d0edaf86a3b03e581f6c8fad3309d78.tar.gz
ports-5594e82e0d0edaf86a3b03e581f6c8fad3309d78.zip
devel/mimalloc: fix build on powerpc
Same issue as on i386.
-rw-r--r--devel/mimalloc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/mimalloc/Makefile b/devel/mimalloc/Makefile
index fd0f014ed062..a62fe4bc2030 100644
--- a/devel/mimalloc/Makefile
+++ b/devel/mimalloc/Makefile
@@ -20,7 +20,8 @@ USE_LDCONFIG= yes
CMAKE_ON= MI_INSTALL_TOPLEVEL
-LDFLAGS_i386+= -latomic
+LDFLAGS_i386= -latomic
+LDFLAGS_powerpc=-latomic
# ci pipeline creates transient tags
PORTSCOUT= ignore:1