svn commit: r439886 - head/www/spdylay

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 1 12:47:06 UTC 2017


Author: sunpoet
Date: Mon May  1 12:47:05 2017
New Revision: 439886
URL: https://svnweb.freebsd.org/changeset/ports/439886

Log:
  Use USES=gnome
  
  - Adjust BROKEN_powerpc64

Modified:
  head/www/spdylay/Makefile

Modified: head/www/spdylay/Makefile
==============================================================================
--- head/www/spdylay/Makefile	Mon May  1 12:47:00 2017	(r439885)
+++ head/www/spdylay/Makefile	Mon May  1 12:47:05 2017	(r439886)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	libevent>=2.0.8:devel/lib
 LIB_DEPENDS=	libevent_openssl.so:devel/libevent
 
 BROKEN_SSL=	openssl-devel
-BROKEN_powerpc64=	does not link: undefined reference to `std::ctype<char>::_M_widen_init()
+BROKEN_powerpc64=	does not link: undefined reference to 'std::ctype<char>::_M_widen_init()'
 BROKEN_sparc64=	does not build: fails to link
 
 CONFIGURE_ARGS=	--enable-examples \
@@ -30,7 +30,7 @@ INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++11
 USE_GNOME=	libxml2
 USE_LDCONFIG=	yes
-USES=		compiler:c++11-lang libtool pathfix pkgconfig ssl tar:xz
+USES=		compiler:c++11-lang gnome libtool pathfix pkgconfig ssl tar:xz
 
 PORTDOCS=	*
 


More information about the svn-ports-all mailing list