From 8e28c07174728b8a9879a740e36cd3657a81daad Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Fri, 6 Dec 2019 09:48:35 +0000 Subject: [PATCH] www/h2o: unbreak on powerpc64 elfv2 FreeBSD 13 soon switches to LLVM in base, which builds this port. Approved by: mentors (implicit approval) --- www/h2o/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/h2o/Makefile b/www/h2o/Makefile index f5bb4cadc8d5..ec784da3ef05 100644 --- a/www/h2o/Makefile +++ b/www/h2o/Makefile @@ -14,7 +14,8 @@ LICENSE_COMB= multi BROKEN_armv6= fails to compile: asm_arm.inc:139:36: '.syntax divided' arm assembly not supported BROKEN_armv7= fails to compile: asm_arm.inc:139:36: '.syntax divided' arm assembly not supported -BROKEN_powerpc64= fails to link: unrecognized option '-Wl,-rpath=/usr/local/lib/gcc6' +BROKEN_FreeBSD_11_powerpc64= fails to link: unrecognized option '-Wl,-rpath=/usr/local/lib/gcc6' +BROKEN_FreeBSD_12_powerpc64= fails to link: unrecognized option '-Wl,-rpath=/usr/local/lib/gcc6' LIB_DEPENDS= libuv.so:devel/libuv