diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-14 20:07:40 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-04-14 20:07:40 +0000 |
commit | 69ae5144ba6ecf154e9fa17cc7dd4137381b16cd (patch) | |
tree | 8a021c8fd002de4ddd6fd063ae187662df915b0d /math | |
parent | 9e92c870511ccb3df2737b498f8b0a31055c802d (diff) | |
download | ports-69ae5144ba6ecf154e9fa17cc7dd4137381b16cd.tar.gz ports-69ae5144ba6ecf154e9fa17cc7dd4137381b16cd.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/suitesparse/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index d60d68a4a353..73501642138a 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -63,6 +63,8 @@ TBB_MAKE_ENV= TBB="-ltbb" SPQR_CONFIG="-DHAVE_TBB" # See PR 230888 : Missing 64 bit atomic functions for i386 USES+= compiler:gcc-c++11-lib LDFLAGS+= -latomic +.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv1 +USE_GCC= yes .else USES+= compiler:${OPENMP}c++11-lib .endif |