Bug 203992 - [MAINTAINER] UNBREAK security/keepassx2 compiling on 9.3
Summary: [MAINTAINER] UNBREAK security/keepassx2 compiling on 9.3
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: Thomas Zander
URL:
Keywords: easy, needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-10-24 01:22 UTC by Eric Camachat
Modified: 2015-10-24 13:16 UTC (History)
1 user (show)

See Also:


Attachments
Unbreak compiling on 9.3 (768 bytes, patch)
2015-10-24 01:22 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-10-24 13:11:53 UTC
A commit references this bug:

Author: riggs
Date: Sat Oct 24 13:10:51 UTC 2015
New revision: 400119
URL: https://svnweb.freebsd.org/changeset/ports/400119

Log:
  Un-break build on systems where cxx does not support c++11

  PR:		203992
  Submitted by:	eric@camachat.org (maintainer)

Changes:
  head/security/keepassx2/Makefile
Comment 2 Thomas Zander freebsd_committer freebsd_triage 2015-10-24 13:16:29 UTC
Thanks for the patch. I needed to change it a bit, though. The CMAKE_ARGS provided in your patch did not solve the problem, so I changed the line to
CMAKE_ARGS+=	-DWITH_CXX11:BOOL=OFF
which works fine in build tests.