Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 07:34:46 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479980 - head/security/titus
Message-ID:  <201809180734.w8I7YkLm042713@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Sep 18 07:34:45 2018
New Revision: 479980
URL: https://svnweb.freebsd.org/changeset/ports/479980

Log:
  A previous change fixed the build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/security/titus/Makefile

Modified: head/security/titus/Makefile
==============================================================================
--- head/security/titus/Makefile	Tue Sep 18 07:10:07 2018	(r479979)
+++ head/security/titus/Makefile	Tue Sep 18 07:34:45 2018	(r479980)
@@ -11,8 +11,6 @@ COMMENT=	TLS/SSL proxy server
 
 LICENSE=	MIT
 
-BROKEN_powerpc64=	fails to compile: child.cpp: undefined reference to std::__cxx11::basic_string
-
 USES=		compiler:c++11-lang ssl
 USE_RC_SUBR=	titus
 



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