Created attachment 162405 [details] Unbreak compiling on 9.3 Reported by pkg-fallout@freebsd.org at http://beefy2.nyi.freebsd.org/data/93amd64-default/399940/logs/keepassx2-2.0.b2,1.log
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
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.