svn commit: r519128 - head/www/h2o

Piotr Kubaj pkubaj at FreeBSD.org
Fri Dec 6 09:48:36 UTC 2019


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
 


More information about the svn-ports-head mailing list