git: 48d7b9900935 - main - lang/nwcc: enable on powerpc64
Piotr Kubaj
pkubaj at FreeBSD.org
Tue Apr 6 13:13:54 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=48d7b99009351644ac55fe8d56e8c2bd677be4b3
commit 48d7b99009351644ac55fe8d56e8c2bd677be4b3
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-06 13:13:42 +0000
Commit: Piotr Kubaj <pkubaj at 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 at 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}
More information about the dev-commits-ports-all
mailing list