diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 21:43:45 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2006-09-03 21:43:45 +0000 |
commit | b4e51eaac5c4939273148da571baa84f19101adf (patch) | |
tree | 0859e77d3032e4b9b60c206d5e905bb252643429 /security | |
parent | e3029d5b5a4e295b0dc19a05c2d8955664362a49 (diff) | |
download | ports-b4e51eaac5c4939273148da571baa84f19101adf.tar.gz ports-b4e51eaac5c4939273148da571baa84f19101adf.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/newpki-server/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/newpki-server/Makefile b/security/newpki-server/Makefile index de89a48a9bd6..bbf1c65c6819 100644 --- a/security/newpki-server/Makefile +++ b/security/newpki-server/Makefile @@ -50,6 +50,10 @@ CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} USE_GCC= 3.4 .endif +.if ${OSVERSION} >= 700019 +BROKEN= does not compile with OpenSSL 0.9.8b +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure \ ${WRKSRC}/publication/ldap/configure |