diff options
| -rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 593efb2616ef..5cb410d22eef 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1137,6 +1137,8 @@ pre-everything:: post-patch: @${REINPLACE_CMD} -e 's|m4 -B 8192|m4|g' \ ${WRKSRC}/crypto/des/Makefile + ${REINPLACE_CMD} -e 's|SHLIB_VERSION_NUMBER "1.0.0"|SHLIB_VERSION_NUMBER "${OPENSSL_SHLIBVER}"|' \ + ${WRKSRC}/crypto/opensslv.h do-configure: @${REINPLACE_CMD} -e "s|options 386|options|" \ |
