1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/openblas: -lm is after all necessary

I'm not sure why it previously built for me, but now it doesn't anymore.
This commit is contained in:
Piotr Kubaj 2024-08-12 18:15:25 +02:00
parent 1443160952
commit dcb1e86511

View File

@ -81,6 +81,7 @@ TARGET_CPU_ARCH= PPCG4
.endif
.if ${ARCH} == powerpc64le
CFLAGS+= -lm
USE_GCC= yes
.endif