K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-04-27T08:41:58.956043Z K 7 svn:log V 456 security/git-crypt: fix build with GCC-based architectures Add USES=compiler:c++11-lang. Don't add -L${OPENSSLLIB} unconditionally, do it only when SSL library from ports is used. The reason is that adding -L/usr/lib makes ports GCC want to link to libstdc++ from /usr/lib, not from /usr/local/lib/gcc8. This causes linking errors PR: 237525 Approved by: ashish (maintainer), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20053 END