aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-03 21:14:52 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-09-03 21:14:52 +0000
commite3029d5b5a4e295b0dc19a05c2d8955664362a49 (patch)
treeb23ce27a2c30e2b361f1ea65ed511d7feaa1f575 /security
parente50286f9a3a156a23cdd59592fb47e5c1287b0cb (diff)
downloadports-e3029d5b5a4e295b0dc19a05c2d8955664362a49.tar.gz
ports-e3029d5b5a4e295b0dc19a05c2d8955664362a49.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/newpki-lib/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile
index 5d7e2e858574..5a0c8d1f20be 100644
--- a/security/newpki-lib/Makefile
+++ b/security/newpki-lib/Makefile
@@ -24,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/newpki
.if defined(WITHOUT_NLS)
-BROKEN= "Does not build without gettext"
+BROKEN= does not build without gettext
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+= --disable-nls
.else
@@ -41,6 +41,10 @@ GNU_CONFIGURE= yes
USE_GCC= 3.4
.endif
+.if ${OSVERSION} >= 700019
+BROKEN= does not compile with OpenSSL 0.9.8b
+.endif
+
pre-patch:
@${FIND} ${WRKSRC} -name '*.cpp' -or -name '*.h' | ${XARGS} ${REINPLACE_CMD} -e 's| ||g'