Bug 234206 - databases/sqlitebrowser: fix build with GCC-based architectures
Summary: databases/sqlitebrowser: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-20 13:21 UTC by Piotr Kubaj
Modified: 2018-12-23 17:08 UTC (History)
2 users (show)

See Also:
lbartoletti: maintainer-feedback+


Attachments
patch (1.53 KB, patch)
2018-12-20 13:21 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-20 13:21:55 UTC
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.
Comment 1 Loïc Bartoletti freebsd_committer freebsd_triage 2018-12-23 06:59:16 UTC
Thanks
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-12-23 17:08:32 UTC
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