summaryrefslogtreecommitdiff
path: root/security/openvpn-auth-ldap
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-07 12:42:36 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-07 12:42:36 +0000
commit37688beae5c9e67b68fa9e8334ba305c165b8f74 (patch)
treed11d66c481339b770855fec4977d63329a123608 /security/openvpn-auth-ldap
parentChase updated URL (it redirects now). (diff)
Mark as broken on gcc4.2.
Notes
Notes: svn path=/head/; revision=201044
Diffstat (limited to 'security/openvpn-auth-ldap')
-rw-r--r--security/openvpn-auth-ldap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/openvpn-auth-ldap/Makefile b/security/openvpn-auth-ldap/Makefile
index 4e0a9f2e28c3..1e64d1958c79 100644
--- a/security/openvpn-auth-ldap/Makefile
+++ b/security/openvpn-auth-ldap/Makefile
@@ -31,4 +31,10 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>