aboutsummaryrefslogtreecommitdiffstats
path: root/security/sssd
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2011-12-22 18:54:25 +0800
committerlinimon <linimon@FreeBSD.org>2011-12-22 18:54:25 +0800
commit4f0550f6b2cb68f2d4a9cdae89d6fbf1dd6db30f (patch)
tree0840ac717b17a5a6f8060e9d8b5a2c5c1e432aec /security/sssd
parentfcb64eb7ee8fe30a41c87df3cdaa6b4211749aae (diff)
downloadfreebsd-ports-gnome-4f0550f6b2cb68f2d4a9cdae89d6fbf1dd6db30f.tar.gz
freebsd-ports-gnome-4f0550f6b2cb68f2d4a9cdae89d6fbf1dd6db30f.tar.zst
freebsd-ports-gnome-4f0550f6b2cb68f2d4a9cdae89d6fbf1dd6db30f.zip
Mark broken on tier-2: fails to link.
Hat: portmgr
Diffstat (limited to 'security/sssd')
-rw-r--r--security/sssd/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index 6b88a237f20e..c4665e134cda 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -68,6 +68,9 @@ MAN8= pam_sss.8 sss_cache.8 sss_groupadd.8 sss_groupdel.8 \
.if ${OSVERSION} < 800107
IGNORE= is not supported prior to 8.0-RELEASE
.endif
+.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
+BROKEN= Does not link on ia64, powerpc, or sparc64
+.endif
post-patch:
@${REINPLACE_CMD} -e 's|SIGCLD|SIGCHLD|g' ${WRKSRC}/src/util/signal.c