Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2019 13:33:02 +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: r513884 - head/www/wt
Message-ID:  <201910061333.x96DX23P076033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sun Oct  6 13:33:02 2019
New Revision: 513884
URL: https://svnweb.freebsd.org/changeset/ports/513884

Log:
  www/wt: unbreak on powerpc64
  
  Builds fine.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/www/wt/Makefile

Modified: head/www/wt/Makefile
==============================================================================
--- head/www/wt/Makefile	Sun Oct  6 12:02:48 2019	(r513883)
+++ head/www/wt/Makefile	Sun Oct  6 13:33:02 2019	(r513884)
@@ -11,8 +11,6 @@ COMMENT=	Widget-centric C++ library for developing web
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BROKEN_powerpc64=	fails to link: libwthttp.so. undefined reference to boost::program_options::abstract_variables_map::operator
-
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libboost_system.so:devel/boost-libs \
 		libGraphicsMagick.so:graphics/GraphicsMagick



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