diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-14 15:34:29 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-14 15:34:29 +0000 |
commit | 6f6cec3a6d9abdc83cdc15e55d5b4921300bed97 (patch) | |
tree | 621c05599d0bb8756f7c5908d03ff6e3855dd9b5 | |
parent | 9c20cc4799c31f1a9804d15bc9af0bd205837bba (diff) |
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.
-rw-r--r-- | lang/nwcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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@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} |