Revision: 67143 http://trac.macports.org/changeset/67143 Author: jmr@macports.org Date: 2010-04-29 21:28:32 -0700 (Thu, 29 Apr 2010) Log Message: ----------- gcc33: clear archflags, remove darwin 7 Modified Paths: -------------- trunk/dports/lang/gcc33/Portfile Modified: trunk/dports/lang/gcc33/Portfile =================================================================== --- trunk/dports/lang/gcc33/Portfile 2010-04-30 03:51:07 UTC (rev 67142) +++ trunk/dports/lang/gcc33/Portfile 2010-04-30 04:28:32 UTC (rev 67143) @@ -47,6 +47,13 @@ --program-suffix=-mp-${major} \ --with-gxx-include-dir=${prefix}/include/gcc-${major}/c++/ +configure.cc_archflags +configure.cxx_archflags +configure.objc_archflags +if {[info exists configure.ld_archflags]} { + configure.ld_archflags +} + build.target bootstrap-lean post-destroot { @@ -60,17 +67,6 @@ configure.compiler gcc-3.3 } -platform darwin 7 { - depends_build port:odcctools - patch { - reinplace "s|/usr/bin/libtool|${prefix}/bin/odlibtool|g" \ - ${workpath}/gcc-${version}/gcc/config/darwin.h - } - configure.args-append --with-as=${prefix}/bin/odas \ - --with-ld=${prefix}/bin/odld \ - --with-ar=${prefix}/bin/odar -} - livecheck.type regex livecheck.url ${homepage} livecheck.regex GCC (3\\.3\\.\[0-9\])
participants (1)
-
jmr@macports.org