diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:46:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:46:15 +0000 |
commit | 34ec2731fb099b759e62b073f8dc3bf73ffea8fc (patch) | |
tree | e8a9ecb0458e3d77f38d5138b095f7d72036e7f6 /lang/io | |
parent | a846732826306dfefa5c3ff42efaf7af6b10170c (diff) |
BROKEN on ia64 and sparc64: Does not compile
Notes
Notes:
svn path=/head/; revision=153922
Diffstat (limited to 'lang/io')
-rw-r--r-- | lang/io/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index 3438eb66722d..42977728ef6f 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -27,6 +27,10 @@ BINDINGS_DEACTIVATE= Font Image ObjcBridge OpenGL SGML SQLite SQLite3 .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on ia64 or sparc64" +.endif + .if ${OSVERSION} < 500000 USE_GCC= 3.4+ .endif |