Changeset 97745


Ignore:
Timestamp:
Sep 14, 2012, 6:24:23 AM (12 years ago)
Author:
jeremyhu@…
Message:

gcc4[45]: Don't build with --enable-fully-dynamic-string for consistency with other gcc ports (#31171)

Location:
trunk/dports/lang
Files:
2 edited

Legend:

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

    r97700 r97745  
    77epoch               1
    88version             4.4.7
    9 revision            4
     9revision            5
    1010platforms           darwin
    1111categories          lang
     
    155155select.file         ${filespath}/mp-${name}
    156156
    157 platform darwin {
    158     if {${os.major} >= 10} {
    159         configure.args-append --enable-fully-dynamic-string
    160     }
    161 }
    162 
    163157platform powerpc {
    164158    configure.universal_archs ppc ppc64
  • trunk/dports/lang/gcc45/Portfile

    r97706 r97745  
    77epoch               1
    88version             4.5.4
    9 revision            4
     9revision            5
    1010platforms           darwin
    1111categories          lang
     
    164164        # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248
    165165        configure.args-append --with-dwarf2
    166     } elseif {${os.major} >= 10} {
    167         configure.args-append --enable-fully-dynamic-string
    168166    }
    169167}
Note: See TracChangeset for help on using the changeset viewer.