Bug 237623 - security/klee: fix build with GCC-based architectures
Summary: security/klee: 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: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-28 12:21 UTC by Piotr Kubaj
Modified: 2019-04-30 14:30 UTC (History)
0 users

See Also:
arrowd: maintainer-feedback+


Attachments
patch (555 bytes, patch)
2019-04-28 12: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 2019-04-28 12:21:23 UTC
Created attachment 204083 [details]
patch

Add USES=compiler:c++14-lang to fix build on GCC architectures.

Tested on powerpc64 and amd64.
Comment 1 Gleb Popov freebsd_committer freebsd_triage 2019-04-28 14:16:47 UTC
LGTM.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-30 14:30:25 UTC
A commit references this bug:

Author: pkubaj
Date: Tue Apr 30 14:29:21 UTC 2019
New revision: 500497
URL: https://svnweb.freebsd.org/changeset/ports/500497

Log:
  security/klee: fix build with GCC-based architectures

  Add USES=compiler:c++14-lang to fix build on GCC architectures:
  Make Error in lib/Basic/CMakeLists.txt:
    Target "kleeBasic" requires the language dialect "CXX14" (with compiler
    extensions), but CMake does not know the compile flags to use to enable it.

  PR:		237623
  Approved by:	arrowd (maintainer), mat (mentor)
  Differential Revision:	https://reviews.freebsd.org/D20088

Changes:
  head/security/klee/Makefile