Date: Fri, 6 Dec 2019 09:48:35 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r519128 - head/www/h2o Message-ID: <201912060948.xB69mZQO099734@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Fri Dec 6 09:48:35 2019 New Revision: 519128 URL: https://svnweb.freebsd.org/changeset/ports/519128 Log: www/h2o: unbreak on powerpc64 elfv2 FreeBSD 13 soon switches to LLVM in base, which builds this port. Approved by: mentors (implicit approval) Modified: head/www/h2o/Makefile Modified: head/www/h2o/Makefile ============================================================================== --- head/www/h2o/Makefile Fri Dec 6 09:47:57 2019 (r519127) +++ head/www/h2o/Makefile Fri Dec 6 09:48:35 2019 (r519128) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912060948.xB69mZQO099734>