Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 14:10:18 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 14d071618e7c - main - devel/liboil: drop ELFv1 support
Message-ID:  <202401031410.403EAIU6074335@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=14d071618e7ccfd4e454edd8ca795dec99c3fad0

commit 14d071618e7ccfd4e454edd8ca795dec99c3fad0
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-02 20:27:50 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-03 14:09:44 +0000

    devel/liboil: drop ELFv1 support
---
 devel/liboil/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/liboil/Makefile b/devel/liboil/Makefile
index 50ca3a71b776..48384364aafc 100644
--- a/devel/liboil/Makefile
+++ b/devel/liboil/Makefile
@@ -22,7 +22,7 @@ CFLAGS:=	${CFLAGS:N-O*} -O2
 
 .include <bsd.port.options.mk>
 
-.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc
+.if ${ARCH} == powerpc || ${ARCH} == powerpc64
 USES+=		compiler:gcc-c++11-lib
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401031410.403EAIU6074335>