Created attachment 200298 [details] patch This port needs USES=compiler:c++11-lang and #include <strings.h> in src/grammar/Sqlite3Lexer.hpp to build on GCC architectures. While here, add USES=gnome. Tested on powerpc64 and amd64. Hardware sponsored by IntegriCloud.
Thanks
A commit references this bug: Author: linimon Date: Sun Dec 23 17:07:47 UTC 2018 New revision: 488226 URL: https://svnweb.freebsd.org/changeset/ports/488226 Log: This port needs USES=compiler:c++11-lang and #include <strings.h> in src/grammar/Sqlite3Lexer.hpp to build on GCC-based architectures. While here, add USES=gnome. PR: 234206 Submitted by: Piotr Kubaj Approved by: maintainer Changes: head/databases/sqlitebrowser/Makefile head/databases/sqlitebrowser/files/patch-src_grammar_Sqlite3Lexer.hpp