aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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