diff options
Diffstat (limited to 'security/openssl')
| -rw-r--r-- | security/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index f15f9a67fcce..6b3aa8908b02 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -126,6 +126,7 @@ post-patch: ${WRKSRC}/crypto/des/Makefile ${REINPLACE_CMD} -e 's|SHLIB_VERSION_NUMBER "1.0.0"|SHLIB_VERSION_NUMBER "${OPENSSL_SHLIBVER}"|' \ ${WRKSRC}/crypto/opensslv.h + ${REINPLACE_CMD} -e 's|\^GNU ld|GNU|' ${WRKSRC}/Makefile.shared post-patch-MAN3-off: ${GREP} -L openssl_manual_section ${WRKSRC}/doc/crypto/*.pod | ${XARGS} ${RM} |
