diff options
author | kris <kris@FreeBSD.org> | 2004-03-07 21:00:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-07 21:00:02 +0800 |
commit | 739cddd25fcebdf3efbd7520dcbb38049c438175 (patch) | |
tree | c4c3791aa99974f105038b2890c6dce4c2f2a03e /mail/cyrus-imapd2 | |
parent | aff897f11270943b121a691db87a4e7a7d7d4fca (diff) | |
download | freebsd-ports-gnome-739cddd25fcebdf3efbd7520dcbb38049c438175.tar.gz freebsd-ports-gnome-739cddd25fcebdf3efbd7520dcbb38049c438175.tar.zst freebsd-ports-gnome-739cddd25fcebdf3efbd7520dcbb38049c438175.zip |
BROKEN on amd64 and ia64: Does not compile (missing -fPIC)
Diffstat (limited to 'mail/cyrus-imapd2')
-rw-r--r-- | mail/cyrus-imapd2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/cyrus-imapd2/Makefile b/mail/cyrus-imapd2/Makefile index 2cc671dd1b7a..1c73f48e548d 100644 --- a/mail/cyrus-imapd2/Makefile +++ b/mail/cyrus-imapd2/Makefile @@ -82,6 +82,10 @@ PLIST_SUB+= MURDER="@comment " .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "ia64" +BROKEN= "Does not compile on amd64 or ia64 (missing -fPIC)" +.endif + .if defined(WITH_SNMP) LIB_DEPENDS+= snmp.4:${PORTSDIR}/net-mgmt/net-snmp4 CONFIGURE_ARGS+=--with-ucdsnmp=${LOCALBASE} |