summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'