diff options
author | simon <simon@FreeBSD.org> | 2006-09-04 05:43:45 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-09-04 05:43:45 +0800 |
commit | 6a7001d339b5343865d7a58538fa5ae91b3d04ea (patch) | |
tree | 372fe3c95e41079cbc99174221212d7f23ee91fa /security | |
parent | aff0ee41cd41794a199b90c5f1c8529000bd2871 (diff) | |
download | freebsd-ports-gnome-6a7001d339b5343865d7a58538fa5ae91b3d04ea.tar.gz freebsd-ports-gnome-6a7001d339b5343865d7a58538fa5ae91b3d04ea.tar.zst freebsd-ports-gnome-6a7001d339b5343865d7a58538fa5ae91b3d04ea.zip |
Mark BROKEN on recent -CURRENT since it doesn't compile with OpenSSL
0.9.8b.
Reported by: pointyhat via kris
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 |