Revision
39666
Author
mww@macports.org
Date
2008-08-29 00:41:08 -0700 (Fri, 29 Aug 2008)

Log Message

disable Java support for 10.4/x86 (does not compile)

Modified Paths

Diff

Modified: trunk/dports/lang/gcc43/Portfile (39665 => 39666)


--- trunk/dports/lang/gcc43/Portfile	2008-08-29 03:46:02 UTC (rev 39665)
+++ trunk/dports/lang/gcc43/Portfile	2008-08-29 07:41:08 UTC (rev 39666)
@@ -96,6 +96,12 @@
     configure.args-append --disable-multilib
 }
 
+# Java support does not compile on 10.4/x86
+platform darwin 8 i386 {
+	configure.args-delete   --enable-languages=c,c++,objc,obj-c++,java,fortran
+	configure.args-append   --enable-languages=c,c++,objc,obj-c++,fortran
+}
+
 # odcctools currently do not compile for x64 - move to variant for the time being
 #variant odcctools \
 #   description "Use the odcctools instead of the system provided ones - does not work for x64 currently!" {