[137201] trunk/dports/lang
Mojca Miklavec
mojca at macports.org
Sat Jun 6 01:07:56 PDT 2015
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).
Mojca
More information about the macports-dev
mailing list