git: e959a63f1a46 - main - lang/ruby31: drop ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 21:05:06 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e959a63f1a460e9ea3ad43c54f27c8b896f11938
commit e959a63f1a460e9ea3ad43c54f27c8b896f11938
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-05 19:15:46 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:04:15 +0000
lang/ruby31: drop ELFv1 support
---
lang/ruby31/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile
index c5e25adab9cb..ab01c25e2010 100644
--- a/lang/ruby31/Makefile
+++ b/lang/ruby31/Makefile
@@ -96,10 +96,6 @@ _SUF2= ,${PORTEPOCH}
LIB_DEPENDS+= libunwind.so:devel/libunwind
.endif
-.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
-USE_GCC= yes
-.endif
-
.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc
CONFIGURE_ARGS+= --with-setjmp-type=_setjmp
CONFIGURE_ENV+= ac_cv_func__setjmp=yes