K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2019-05-20T15:49:40.730524Z K 7 svn:log V 378 security/yapet: fix build with GCC-based architectures Don't link with $ssldir/lib if $ssldir is /usr. This creates a build failure on GCC architectures. -L/usr/lib is added to LDFLAGS and GCC from ports tries to link to base libstdc++. PR: 237703 Approved by: mat (maintainer), rafi@guengel.ch (maintainer timeout) Differential Revision: https://reviews.freebsd.org/D20284 END