Ticket #18127: patch_macfile-gimp_Portfile.diff

File patch_macfile-gimp_Portfile.diff, 287 bytes (added by michaelld (Michael Dickens), 15 years ago)

patch for macfile-gimp Portfile to use $(CC) for compiler

  • (a) Portfile_orig vs. (b) Portfile

    a b  
    2424
    2525patch {
    2626    reinplace "s|/sw|${prefix}|g" ${worksrcpath}/Makefile
     27    reinplace "s|gcc|\$(CC)|g" ${worksrcpath}/Makefile
    2728    delete ${worksrcpath}/macfile
    2829}
    2930