Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 13:13:54 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: 48d7b9900935 - main - lang/nwcc: enable on powerpc64
Message-ID:  <202104061313.136DDsA8001875@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=48d7b99009351644ac55fe8d56e8c2bd677be4b3

commit 48d7b99009351644ac55fe8d56e8c2bd677be4b3
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-06 13:13:42 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-06 13:13:42 +0000

    lang/nwcc: enable on powerpc64
---
 lang/nwcc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile
index fd0961415cac..81a1101ac06a 100644
--- a/lang/nwcc/Makefile
+++ b/lang/nwcc/Makefile
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Nils Weller's C compiler for Unix systems
 
-ONLY_FOR_ARCHS=	i386 amd64 powerpc64le
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64le powerpc64
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--installprefix=${PREFIX}



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