aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-02-20 04:50:16 +0800
committerpav <pav@FreeBSD.org>2008-02-20 04:50:16 +0800
commitac911dd6ea6151c7f07d482be5ce62ba4d4840ee (patch)
tree4fd2a7285af7627a015807dd0d172a79f1263af5 /sysutils
parent6576c5921341bb70485f56246e8ff87df5a1ff5a (diff)
downloadfreebsd-ports-gnome-ac911dd6ea6151c7f07d482be5ce62ba4d4840ee.tar.gz
freebsd-ports-gnome-ac911dd6ea6151c7f07d482be5ce62ba4d4840ee.tar.zst
freebsd-ports-gnome-ac911dd6ea6151c7f07d482be5ce62ba4d4840ee.zip
- Mark BROKEN on amd64/7 and up
Reported by: pointyhat
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lookupd_ldap/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/lookupd_ldap/Makefile b/sysutils/lookupd_ldap/Makefile
index 418c766985e0..9ac6ca4ab126 100644
--- a/sysutils/lookupd_ldap/Makefile
+++ b/sysutils/lookupd_ldap/Makefile
@@ -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>