Ticket #49004: Portfile.diff

File Portfile.diff, 523 bytes (added by howarth.at.macports@…, 9 years ago)

compile at -Os to avoid clang hang in Xcode 7

  • Portfile

    old new  
    55
    66name               glew
    77version            1.13.0
     8revision           1
    89categories         graphics devel
    910platforms          darwin
    1011# some build scripts are GPL-2+ but we don't install them
     
    2930
    3031post-patch {
    3132    reinplace "s:/usr/X11R6:${prefix}:g" ${worksrcpath}/config/Makefile.darwin
     33    reinplace "s:O2:Os:g" ${worksrcpath}/config/Makefile.darwin
    3234}
    3335
    3436use_configure      no