git: 6f6cec3a6d9a - main - lang/nwcc: remove powerpc64* from ONLY_FOR_ARCHS
Piotr Kubaj
pkubaj at FreeBSD.org
Wed Apr 14 15:33:58 UTC 2021
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f6cec3a6d9abdc83cdc15e55d5b4921300bed97
commit 6f6cec3a6d9abdc83cdc15e55d5b4921300bed97
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-14 15:34:29 +0000
Commit: Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-04-14 15:34:29 +0000
lang/nwcc: remove powerpc64* from ONLY_FOR_ARCHS
I didn't notice that some binaries failed to build and they didn't cause poudriere to exit either.
---
lang/nwcc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/nwcc/Makefile b/lang/nwcc/Makefile
index ef62db16c613..75e6a9e5d343 100644
--- a/lang/nwcc/Makefile
+++ b/lang/nwcc/Makefile
@@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= danilo at FreeBSD.org
COMMENT= Nils Weller's C compiler for Unix systems
-ONLY_FOR_ARCHS= i386 amd64 powerpc64le powerpc64
+ONLY_FOR_ARCHS= i386 amd64
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --installprefix=${PREFIX}
More information about the dev-commits-ports-all
mailing list