svn commit: r483346 - head/sysutils/lnav

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 20:03:04 UTC 2018


Author: linimon
Date: Sun Oct 28 20:03:03 2018
New Revision: 483346
URL: https://svnweb.freebsd.org/changeset/ports/483346

Log:
  Unbreak on powerpc64.
  
  PR:		232035
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/lnav/Makefile

Modified: head/sysutils/lnav/Makefile
==============================================================================
--- head/sysutils/lnav/Makefile	Sun Oct 28 19:58:42 2018	(r483345)
+++ head/sysutils/lnav/Makefile	Sun Oct 28 20:03:03 2018	(r483346)
@@ -12,8 +12,6 @@ COMMENT=	Terminal based log file navigator
 
 LICENSE=	BSD2CLAUSE
 
-BROKEN_powerpc64=	fails to build: lnav.cc:(.text+0x509c): undefined reference to pcrecpp::RE::QuoteMeta[abi:cxx11](pcrecpp::StringPiece const&)
-
 LIB_DEPENDS=	libpcrecpp.so:devel/pcre
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list