Ticket #34395: Portfile.patch
File Portfile.patch, 911 bytes (added by adfernandes (Andrew Fernandes), 13 years ago) |
---|
-
Portfile
25 25 has full control on generated code quality, CLooG is designed to avoid \ 26 26 control overhead and to produce a very effective code. 27 27 28 license LGPL-2+ 28 29 homepage http://repo.or.cz/w/cloog.git 29 30 master_sites http://www.bastoul.net/cloog/pages/download/count.php3?url=./ 30 31 … … 34 35 35 36 depends_lib port:gmp 36 37 38 post-destroot { 39 # Remove extraneous '-arch' flag from the 'pkgconfig' files (#34395) 40 foreach file [ glob -directory ${destroot}${prefix}/lib/pkgconfig *.pc ] { 41 reinplace -E "s@-arch +\[A-Za-z0-9_\]+ +@@g" "${file}" 42 } 43 } 44 37 45 livecheck.type regex 38 46 livecheck.url ${master_sites} 39 47 livecheck.regex ${name}-(\[0-9.\]+)\\.tar.gz