[36832] trunk/dports/archivers/gnutar/Portfile
Rainer Müller
raimue at macports.org
Sat Jun 14 08:28:56 PDT 2008
mww at macports.org wrote:
> Revision
> 36832 <http://trac.macosforge.org/projects/macports/changeset/36832>
> Author
> mww at macports.org
> Date
> 2008-05-16 00:55:27 -0700 (Fri, 16 May 2008)
>
>
> Log Message
>
> version 1.20 with workaround for broken gcc-4.0 on 10.5: beta gcc 4.2 needs to be installed :/
>[...]
> +platform darwin 9 {
> + # gcc 4.0 fails to compile gnutar on 10.5 (probably will get fixed with XCode 3.1)
> + configure.compiler gcc-4.2
> +}
Why not use gcc42 or gcc43 from MacPorts instead of requiring the Xcode
beta? I can confirm it builds fine using gcc42 or gcc43.
platform darwin 9 {
depends_build port:gcc43
configure.compiler macports-gcc-4.3
}
Rainer
More information about the macports-dev
mailing list