svn commit: r479980 - head/security/titus

Mark Linimon linimon at FreeBSD.org
Tue Sep 18 07:34:47 UTC 2018


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
 


More information about the svn-ports-head mailing list