diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-09 21:17:10 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-01-09 21:17:10 +0000 |
commit | c2dfb89a404f8535083ec276ec7f520dddb367f2 (patch) | |
tree | f450468c38d615508c31c36a8db0ead46cd88ff2 | |
parent | Remove wrong NO_PACKAGE (diff) |
devel/p4: unbreak on powerpc64 elfv2
ELFv2 uses Clang which can build this port.
-rw-r--r-- | devel/p4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p4/Makefile b/devel/p4/Makefile index dadbc3961dc9..c56b31ef5134 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -22,7 +22,8 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_mips64= fails to install: /wrkdirs/usr/ports/devel/p4/work/2016-1/p4-bin/p4: No such file or directory -BROKEN_powerpc64= fails to build: /bin/sh: clang++: not found +BROKEN_FreeBSD_11_powerpc64= fails to build: /bin/sh: clang++: not found +BROKEN_FreeBSD_12_powerpc64= fails to build: /bin/sh: clang++: not found BUILD_DEPENDS= ${JAM}:devel/jam |