Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2017 12:47:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439886 - head/www/spdylay
Message-ID:  <201705011247.v41Cl5uO053563@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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=	*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705011247.v41Cl5uO053563>