git: 01edc4465ad4 - main - lang/nwcc: enable on powerpc64le

Piotr Kubaj pkubaj at FreeBSD.org
Tue Apr 6 12:16:35 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=01edc4465ad4cf2bd0688de24f469d4b90e6fa64

commit 01edc4465ad4cf2bd0688de24f469d4b90e6fa64
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 12:17:18 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-06 12:17:18 +0000

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

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


More information about the dev-commits-ports-all mailing list