Modified: trunk/dports/lang/gcc33/Portfile (67142 => 67143)
--- 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\])