Ticket #26378: Portfile-dwarf2.diff

File Portfile-dwarf2.diff, 450 bytes (added by wrigleyster@…, 13 years ago)

Portfile patch to pass --with-dwarf2 on darwin8/Tiger

  • Portfile

    old new  
    55name                    gcc45
    66epoch                   1
    77version                 4.5.2
     8revision                1
    89platforms               darwin
    910categories              lang
    1011maintainers             mww
     
    130131                ${destroot}${prefix}/share/python/classfile-45.py
    131132}
    132133
     134platform darwin 8 {
     135        configure.args-append --with-dwarf2
     136}
     137
    133138platform darwin 10 {
    134139        configure.args-append --enable-fully-dynamic-string
    135140}