summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-05-22 05:42:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-05-22 05:42:26 +0000
commit7e2e2acc6d8ef85f32ec902ceb1bb5a10d21939a (patch)
treefe317a7fbef83fb1b965c459f41b7c530e382afb
parent. Add support for openjdk6. (diff)
- WITH_SCTP does not buuild on 7.1
Notes
Notes: svn path=/head/; revision=234381
-rw-r--r--security/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index e86cab424bb0..1f8d769eff0a 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -878,7 +878,7 @@ EXTRACONFIGURE+= zlib
.endif
.if defined(WITH_SCTP)
-.if ${OSVERSION} >= 700000
+.if ${OSVERSION} >= 702000
PATCHFILES+= tls-extractor.patch \
abbreviated-renegotiation.patch \
dtls-sctp.patch