diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-29 04:03:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-29 04:03:03 +0800 |
commit | aa51638d024fafa6acf0691f960679b5b531e5ed (patch) | |
tree | 58a3dcc70c7b658a6277c22bc1259d7eca9c1d48 /sysutils | |
parent | 9e4afb3e24237d70153554070b949858bced9466 (diff) | |
download | freebsd-ports-gnome-aa51638d024fafa6acf0691f960679b5b531e5ed.tar.gz freebsd-ports-gnome-aa51638d024fafa6acf0691f960679b5b531e5ed.tar.zst freebsd-ports-gnome-aa51638d024fafa6acf0691f960679b5b531e5ed.zip |
Unbreak on powerpc64.
PR: 232035
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lnav/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile index 0d897433b593..5e6998894d84 100644 --- a/sysutils/lnav/Makefile +++ b/sysutils/lnav/Makefile @@ -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 |