Ticket #14653: Portfile.diff

File Portfile.diff, 620 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 16 years ago)
  • Portfile

    old new  
    2525                sha1 72869ef80c12630a9a125ba10c96093b6ae16aff \
    2626                rmd160 c9502db28663558c535e236392c9beddec9743bb
    2727
    28 patchfiles      patch-ranf.c
    29 
    30 platform macosx {
    31     post-patch {
    32         copy -force ${filespath}/customize.py-macosx ${worksrcpath}/customize.py
    33     }
    34 }
    35 
    36 platform puredarwin {
    37     post-patch {
    38         copy -force ${filespath}/customize.py-puredarwin ${worksrcpath}/customize.py
    39     }
    40 }
     28patchfiles      patch-ranf.c _dotblas.diff
    4129
    4230build.env CC=gcc
    4331