From 34ec2731fb099b759e62b073f8dc3bf73ffea8fc Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 19 Jan 2006 23:46:15 +0000 Subject: BROKEN on ia64 and sparc64: Does not compile --- lang/io/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lang/io') 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 +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not compile on ia64 or sparc64" +.endif + .if ${OSVERSION} < 500000 USE_GCC= 3.4+ .endif -- cgit v1.2.3