Ticket #18127: patch_macclipboard-gimp_Portfile.diff

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

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

  • (a) Portfile_orig vs. (b) Portfile

    a b  
    2626
    2727patch {
    2828    reinplace "s|/sw|${prefix}|g" ${worksrcpath}/Makefile
     29    reinplace "s|gcc|\$(CC)|g" ${worksrcpath}/Makefile
    2930    delete ${worksrcpath}/macclipboard
    3031}
    3132