aboutsummaryrefslogtreecommitdiff
path: root/security/openssl/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-02-22 05:15:12 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-02-22 05:15:12 +0000
commit38afb1ece3917e9bc998f24da9a21950fbdf59ea (patch)
treeb082d29ee2533d8cf01bdbced536b68f4aefb9fc /security/openssl/Makefile
parente2a153e4d909e1d6ac765be964c2312ba6cacb2c (diff)
downloadports-38afb1ece3917e9bc998f24da9a21950fbdf59ea.tar.gz
ports-38afb1ece3917e9bc998f24da9a21950fbdf59ea.zip
Notes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r--security/openssl/Makefile2
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|" \