aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-10-25 23:51:02 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-10-25 23:51:02 +0800
commitbe35b8875e02663bef520dc5832128344fe5d911 (patch)
tree2aa147cf9bd4d2d2d23c47d403aa062262c27c64
parent6d50ac088f0764d012fa329037099300a5c5c6a0 (diff)
downloadfreebsd-ports-gnome-be35b8875e02663bef520dc5832128344fe5d911.tar.gz
freebsd-ports-gnome-be35b8875e02663bef520dc5832128344fe5d911.tar.zst
freebsd-ports-gnome-be35b8875e02663bef520dc5832128344fe5d911.zip
- Mark broken on 9 i386:
relative_time.cc: In member function 'void relative_time::rollover()': relative_time.cc:308: error: call of overloaded 'abs(int64_t&)' is ambiguous /usr/include/stdlib.h:83: note: candidates are: int abs(int) /usr/include/c++/4.2/cstdlib:143: note: long int std::abs(long int) relative_time.cc:313: error: call of overloaded 'abs(int64_t&)' is ambiguous /usr/include/stdlib.h:83: note: candidates are: int abs(int) /usr/include/c++/4.2/cstdlib:143: note: long int std::abs(long int) Approved by: portmgr blanket
-rw-r--r--sysutils/lnav/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/lnav/Makefile b/sysutils/lnav/Makefile
index 105589ea5a7b..70e12d1faa38 100644
--- a/sysutils/lnav/Makefile
+++ b/sysutils/lnav/Makefile
@@ -14,6 +14,8 @@ LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre \
${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3
+BROKEN_FreeBSD_9_i386= does not build
+
USE_GITHUB= yes
GH_ACCOUNT= tstack