Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2023 20:02:52 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: d994aefe0c15 - main - cad/nvc: enable LTO on powerpc64
Message-ID:  <202308102002.37AK2qB7093905@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=d994aefe0c156592604baed87f25db062f742e26

commit d994aefe0c156592604baed87f25db062f742e26
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-10 10:42:16 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-10 20:02:28 +0000

    cad/nvc: enable LTO on powerpc64
---
 cad/nvc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cad/nvc/Makefile b/cad/nvc/Makefile
index 9fc98cf41176..9064dd9e6cc5 100644
--- a/cad/nvc/Makefile
+++ b/cad/nvc/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	nvc
 DISTVERSIONPREFIX=	r
 DISTVERSION=	1.10.1
+PORTREVISION=	1
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -56,7 +57,7 @@ CONFIGURE_CMD=		${WRKSRC}/configure
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH} == "i386" || ${ARCH} == powerpc64 # see the bug#268319 for the LTO failure on i386
+.if ${ARCH} == "i386" # see the bug#268319 for the LTO failure on i386
 CONFIGURE_ARGS+=	--disable-lto # workaround for https://github.com/nickg/nvc/issues/579 (undefined symbol: _GLOBAL_OFFSET_TABLE_, see error: undefined symbol: _GLOBAL_OFFSET_TABLE_)
 .endif
 



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