diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-01-09 13:16:49 +0000 |
commit | 9d79e7b1469f6887d302e13ce7c67c54408a2453 (patch) | |
tree | 263754af5ddd95f1ad55b06c101378a0cf71009b /security/s2n | |
parent | a0e384abe8236d5d12c69354d90c0de5342f7efb (diff) |
Notes
Diffstat (limited to 'security/s2n')
-rw-r--r-- | security/s2n/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/security/s2n/Makefile b/security/s2n/Makefile index 999e1977cf14..b99a8647724c 100644 --- a/security/s2n/Makefile +++ b/security/s2n/Makefile @@ -23,13 +23,6 @@ NO_CONFIGURE= yes SUB_FILES= pkg-message Makefile ALL_TARGET= bin -.include <bsd.port.options.mk> - -.if ${OSVERSION} < 1000015 -WITH_OPENSSL_PORT= yes -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -.endif - post-patch: @${REINPLACE_CMD} -e 's|CFLAGS |&+|' ${WRKSRC}/s2n.mk @${REINPLACE_CMD} -e 's|CRYPTO_LDFLAGS |&+|' \ |