git: 6532933c6893 - main - math/suitesparse: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 21:05:08 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6532933c6893592a80e7ac67b5e0c10ff6c8cbd4
commit 6532933c6893592a80e7ac67b5e0c10ff6c8cbd4
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-05 19:20:12 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:04:18 +0000
math/suitesparse: remove ELFv1 support
---
math/suitesparse/bsd.suitesparse.mk | 2 --
1 file changed, 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