diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-21 00:15:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-21 00:15:27 +0000 |
commit | 0c32c09958a8077c063b2a482bed42d2d8248e64 (patch) | |
tree | b15f9fd953b604b5961e86da6f4088cfd1518750 /devel/ice | |
parent | 2b850ae11f594e156d21370382cc4612f84b089e (diff) |
BROKEN on ia64: Does not compile
Notes
Notes:
svn path=/head/; revision=139768
Diffstat (limited to 'devel/ice')
-rw-r--r-- | devel/ice/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index 676842961478..7653d7690b78 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -32,6 +32,10 @@ CFLAGS+= -DNDEBUG BROKEN= "does not compile on systems prior to 5.x" .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" +.endif + .if ((${ARCH} != i386) && (${ARCH} != powerpc)) MAKE_ENV= LP64=yes .endif |