Ticket #14653: Portfile.diff
File Portfile.diff, 620 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 25 25 sha1 72869ef80c12630a9a125ba10c96093b6ae16aff \ 26 26 rmd160 c9502db28663558c535e236392c9beddec9743bb 27 27 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 } 28 patchfiles patch-ranf.c _dotblas.diff 41 29 42 30 build.env CC=gcc 43 31