[39666] trunk/dports/lang/gcc43/Portfile
mww at macports.org
mww at macports.org
Fri Aug 29 00:41:10 PDT 2008
Revision: 39666
http://trac.macosforge.org/projects/macports/changeset/39666
Author: mww at 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:
--------------
trunk/dports/lang/gcc43/Portfile
Modified: trunk/dports/lang/gcc43/Portfile
===================================================================
--- 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!" {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080829/1cba315b/attachment.html
More information about the macports-changes
mailing list