[109338] trunk/dports/archivers/lzip/Portfile
Rainer Müller
raimue at macports.org
Thu Aug 15 10:32:02 PDT 2013
On 2013-08-15 10:08, Ryan Schmidt wrote:
>> Modified Paths:
>> --------------
>> trunk/dports/archivers/lzip/Portfile
>
>> +checksums rmd160 cab15b04900c9355e4b2f6eec3c07c756046195d \
>> + sha256 7ff5cc521560edb2a0a6cdf258cf3afdaeb1dbcc354d96d011d0dd7ec584cbe7
>> +
>> +configure.args CXX=${configure.cxx} \
>> + CXXFLAGS=${configure.cxxflags} \
>> + CPPFLAGS=${configure.cppflags} \
>> + LDFLAGS=${configure.ldflags}
>
> This doesn't work right, because these values could (and as of MacPorts 2.2, configure.ldflags does) contain spaces; only the first value before the space was actually used.
>
> In addition, this doesn't include -arch flags, so the universal variant wasn't actually universal.
>
> Fixed: https://trac.macports.org/changeset/109418
Ugh, how could I be this wrong? Usually I know this stuff (especially
the quotes) and right now I am even fully aware of
[get_canonical_archflags].
Thank you!
Rainer
More information about the macports-dev
mailing list