Changeset 97706


Ignore:
Timestamp:
Sep 12, 2012, 7:48:28 PM (12 years ago)
Author:
cal@…
Message:

gcc45: Fix incorrect depspec for libstdc++

path-style depspecs without slash cause the regex applied on them to
fail, which in turn causes a variable to be undefined. Base chokes on
this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/lang/gcc45/Portfile

    r97700 r97706  
    6161
    6262depends_lib         port:gmp port:mpfr port:libiconv port:libmpc port:ppl
    63 depends_run         port:gcc_select port:ld64 port:cctools path:.libstdcxx:libstdcxx
     63depends_run         port:gcc_select port:ld64 port:cctools path:lib/.libstdcxx:libstdcxx
    6464
    6565depends_skip_archcheck-append gcc_select ld64 cctools
Note: See TracChangeset for help on using the changeset viewer.