[45158] trunk/dports/net/tuntaposx/Portfile

Joshua Root jmr at macports.org
Fri Jan 9 03:59:52 PST 2009


C. Florian Ebeling wrote:
>> --- trunk/dports/net/tuntaposx/Portfile	2009-01-09 09:52:24 UTC (rev 45157)
>> +++ trunk/dports/net/tuntaposx/Portfile	2009-01-09 10:38:19 UTC (rev 45158)
>> +configure {
>> +	reinplace "s|CCP = g++|CCP = ${configure.cxx}|"
>> ${worksrcpath}/src/tun/Makefile \
>> +	
>> ${worksrcpath}/src/tap/Makefile
>> +	reinplace "s|CC = gcc|CC = ${configure.cc}|"
>> ${worksrcpath}/src/tun/Makefile \
>> +	
>> ${worksrcpath}/src/tap/Makefile
>> +	if {[variant_isset universal]} {
>> +	    reinplace "s|/Developer/SDKs/MacOSX10.4u.sdk/|${universal_sysroot}|" \
>> +	        ${worksrcpath}/src/tun/Makefile ${worksrcpath}/src/tap/Makefile
>> +	} else {
>> +	    reinplace "s|-arch ppc -arch i386 -isysroot
>> /Developer/SDKs/MacOSX10.4u.sdk/| |" \
>> +	        ${worksrcpath}/src/tun/Makefile ${worksrcpath}/src/tap/Makefile
>> +	}
>>  }
> 
> Ok :)
> 
> Looks convincing.
> 
> Any idea whats wrong with fscript by any chance? Unrelated, but the error looks
> like an sysroot problem as well (intel/10.5.6):

It looks like maybe you don't have the 10.4u SDK and it needs it.

- Josh


More information about the macports-dev mailing list