Ticket #45137: pure-gen-Portfile.diff
File pure-gen-Portfile.diff, 1.4 KB (added by agraef (Albert Graef), 10 years ago) |
---|
-
dports/devel/pure-gen/Portfile
4 4 PortSystem 1.0 5 5 PortGroup pure 1.0 6 6 7 pure.setup gen 0.1 67 pure.setup gen 0.18 8 8 categories devel 9 9 platforms darwin 10 10 maintainers ryandesign … … 14 14 15 15 long_description ${name} is ${description}. 16 16 17 checksums rmd160 bd6da6de8c4cb51acea2a8bb2a92d645fef585c7\18 sha256 077c2db73b0894f45b68a8d1d98b493bc94c63d85de04f918d66771732b3aa8c17 checksums rmd160 2e44c832698148f6bf00a29115ce1d6c10b123ab \ 18 sha256 84840910c80f6f8deafa289f5ddd512c22382084607f79109c3a2baaf378a2f2 19 19 20 20 depends_build-append path:bin/ghc:ghc \ 21 21 port:hs-language-c … … 63 63 } 64 64 } 65 65 66 patchfiles-append patch-pure-gen.pure.diff 67 post-patch { 68 reinplace "s|@CC@|${prefix}/bin/gcc-mp-${gcc_version}|g" ${worksrcpath}/pure-gen.pure 69 } 70 71 build.args-append LIBRARY_PATH=${prefix}/lib 66 build.args-append PUREC_FLAGS=-mcpu=generic LIBRARY_PATH=${prefix}/lib