Changeset 97900


Ignore:
Timestamp:
Sep 19, 2012, 7:51:33 AM (12 years ago)
Author:
ryandesign@…
Message:

libstdcxx and libstdcxx-devel conflict

Location:
trunk/dports/lang
Files:
2 edited

Legend:

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

    r97756 r97900  
    125125# TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
    126126if {${subport} == "libstdcxx"} {
     127    conflicts       libstdcxx-devel
     128   
    127129    # Revision subport separately from port for now in order to not force
    128130    # rebuilds of gcc while ironing out the wrinkles in libstdcxx
  • trunk/dports/lang/gcc48/Portfile

    r97756 r97900  
    106106# TODO: Optimize this.  We don't need to actually bootstrap gcc to build libstdc++
    107107if {${subport} == "libstdcxx-devel"} {
     108    conflicts       libstdcxx
     109   
    108110    # Revision subport separately from port for now in order to not force
    109111    # rebuilds of gcc while ironing out the wrinkles in libstdcxx
Note: See TracChangeset for help on using the changeset viewer.