diff options
author | linimon <linimon@FreeBSD.org> | 2010-04-22 08:28:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-04-22 08:28:14 +0800 |
commit | 04499f659f482f3a9d7bbe5137376b94bb8be90d (patch) | |
tree | 9dd7c55622d17c9aa39b285e7d17a44962219376 /net | |
parent | 1e6adb7d23cbda974c6c517f77ec8f65cfe97e1a (diff) | |
download | freebsd-ports-gnome-04499f659f482f3a9d7bbe5137376b94bb8be90d.tar.gz freebsd-ports-gnome-04499f659f482f3a9d7bbe5137376b94bb8be90d.tar.zst freebsd-ports-gnome-04499f659f482f3a9d7bbe5137376b94bb8be90d.zip |
Mark as broken on ia64.
Hat: portmgr
Diffstat (limited to 'net')
-rw-r--r-- | net/samba3/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 6a9075c44200..0dd316f9e505 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -80,6 +80,10 @@ OPTIONS= LDAP "With LDAP support" on \ .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= Does not install on ia64: missing file nss_winbind.so +.endif + .if defined(SAMBA_SUBPORT) # Switch off all extra functionality CONFIGURE_ARGS+= --disable-cups --disable-fam --without-winbind \ |