svn commit: r422490 - head/www/spdylay

Mark Linimon linimon at FreeBSD.org
Tue Sep 20 09:18:16 UTC 2016


Author: linimon
Date: Tue Sep 20 09:18:15 2016
New Revision: 422490
URL: https://svnweb.freebsd.org/changeset/ports/422490

Log:
  Also mark as broken on sparc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/spdylay/Makefile

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Tue Sep 20 09:14:39 2016	(r422489)
+++ head/www/spdylay/Makefile	Tue Sep 20 09:18:15 2016	(r422490)
@@ -18,6 +18,7 @@ LIB_DEPENDS=	libevent_openssl.so:devel/l
 RUN_DEPENDS=	libevent2>=2.0.8:devel/libevent2
 
 BROKEN_powerpc64=	does not build
+BROKEN_sparc64=		does not build: fails to link
 
 CONFIGURE_ARGS=	--enable-examples \
 		--enable-src


More information about the svn-ports-head mailing list