diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 10:54:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-12-22 10:54:25 +0000 |
commit | 52e72117b239f1235a85b349e33cdf90a67cc7db (patch) | |
tree | 39a9566cd324f5025123d2ff5a05aef229d60f56 /security/sssd | |
parent | 9ccaceda515297f1931abfdaac189cdf55e746f2 (diff) | |
download | ports-52e72117b239f1235a85b349e33cdf90a67cc7db.tar.gz ports-52e72117b239f1235a85b349e33cdf90a67cc7db.zip |
Notes
Diffstat (limited to 'security/sssd')
-rw-r--r-- | security/sssd/Makefile | 3 |
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 |