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:
parent
1443160952
commit
dcb1e86511
@ -81,6 +81,7 @@ TARGET_CPU_ARCH= PPCG4
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == powerpc64le
|
||||
CFLAGS+= -lm
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user