[137201] trunk/dports/lang

Ryan Schmidt ryandesign at macports.org
Sat Jun 6 22:56:13 PDT 2015


On Jun 6, 2015, at 3:07 AM, Mojca Miklavec wrote:

> On Sat, Jun 6, 2015 at 8:27 AM, Ryan Schmidt wrote:
>> 
>>> + # Catch MacPorts gcc/g++ extra libdir
>>> + case "$($cc -v 2>&1)" in
>>> + *"MacPorts gcc"*) loclibpth="$loclibpth /opt/local/lib/libgcc" ;;
>> 
>> Perhaps "/opt/local" should not be hardcoded here, and you should instead use "__PREFIX__" and add the path to this file to the reinplace in the post-patch block.
> 
> The problem is that I'm not really sure yet whether we need to fix
> this or actually remove the line altogether.
> 
> I don't yet understand what this line is used for (but it looks as if
> it was only relevant when using macports-gcc-4.x).

Well, any version of MacPorts GCC, no? (including 5 and 6 too). Not that that compiler should ever get used for perl5.22 in MacPorts...





More information about the macports-dev mailing list