aboutsummaryrefslogtreecommitdiff
path: root/lang/io/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-19 23:46:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-19 23:46:15 +0000
commit34ec2731fb099b759e62b073f8dc3bf73ffea8fc (patch)
treee8a9ecb0458e3d77f38d5138b095f7d72036e7f6 /lang/io/Makefile
parenta846732826306dfefa5c3ff42efaf7af6b10170c (diff)
downloadports-34ec2731fb099b759e62b073f8dc3bf73ffea8fc.tar.gz
ports-34ec2731fb099b759e62b073f8dc3bf73ffea8fc.zip
BROKEN on ia64 and sparc64: Does not compile
Notes
Notes: svn path=/head/; revision=153922
Diffstat (limited to 'lang/io/Makefile')
-rw-r--r--lang/io/Makefile4
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