aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-19 20:50:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-19 20:50:16 +0000
commit0fc341ed75115dc8f109a2aafc3e4dd25d82ada9 (patch)
tree24c43d08f6085a5f7e296cda6351752830b34024 /sysutils
parent9b3605454cbbaf651091287ece3e22d2d25b7eb5 (diff)
downloadports-0fc341ed75115dc8f109a2aafc3e4dd25d82ada9.tar.gz
ports-0fc341ed75115dc8f109a2aafc3e4dd25d82ada9.zip
Notes
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>