[36832] trunk/dports/archivers/gnutar/Portfile

Rainer Müller raimue at macports.org
Sat Jun 14 11:42:03 PDT 2008


Markus Weissmann wrote:
>>> [...]
>>> +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
>> }
>>
> 
> The gcc-4.2 preview from Apple allows universal builds; thats all;

Hm, then add 'universal_variant no' to it. But I don't like that it is 
failing completely without the beta.

platform darwin 9 {
         depends_build         port:gcc43
         configure.compiler    macports-gcc-4.3
         universal_variant     no
}

Rainer


More information about the macports-dev mailing list