1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Mark BROKEN on amd64/7 and up

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2008-02-19 20:50:16 +00:00
parent 9b3605454c
commit 0fc341ed75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=207597

View File

@ -20,7 +20,13 @@ USE_OPENLDAP= yes
PLIST_FILES= lib/lkpd_ldap.so lib/lkpd_ldap.so.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" && ${OSVERSION} >= 700042
BROKEN= Does not compile with gcc42 on 64-bit platforms
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>