aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2024-01-05 19:20:12 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2024-01-05 21:04:18 +0000
commit6532933c6893592a80e7ac67b5e0c10ff6c8cbd4 (patch)
tree840618cb6410a57851e50985a88381f51833b53d
parente959a63f1a460e9ea3ad43c54f27c8b896f11938 (diff)
downloadports-6532933c6893592a80e7ac67b5e0c10ff6c8cbd4.tar.gz
ports-6532933c6893592a80e7ac67b5e0c10ff6c8cbd4.zip
math/suitesparse: remove ELFv1 support
-rw-r--r--math/suitesparse/bsd.suitesparse.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk
index 12cc02251f47..6457b2c42967 100644
--- a/math/suitesparse/bsd.suitesparse.mk
+++ b/math/suitesparse/bsd.suitesparse.mk
@@ -108,8 +108,6 @@ post-install:
# See PR 230888 : Missing 64 bit atomic functions for i386
USE_GCC= yes
LDFLAGS+= -latomic
-.elif defined(PPC_ABI) && ${PPC_ABI} == ELFv1
-USE_GCC= yes
.else
USES+= compiler:c++11-lib
.endif