Ticket #51733: Portfile.diff
File Portfile.diff, 1.0 KB (added by howarth.at.macports@…, 8 years ago) |
---|
-
Portfile
old new 6 6 name sbcl 7 7 8 8 # Please revbump ../../math/maxima when this port changes 9 version 1.3. 49 version 1.3.6 10 10 11 11 categories lang 12 12 license BSD … … 35 35 worksrcdir ${name}-${version} 36 36 37 37 checksums sbcl-${version}-source.tar.bz2 \ 38 rmd160 63a32061fc799bc5fa87bd1bb712f6a4a8e72b8e\39 sha256 91e2fd975bbf729229a056882869e72468fc7896778d56b659815bd707f9a67f38 rmd160 09b9a2b4a8b3525c59744d608020a89ba58d2cb2 \ 39 sha256 f017ac1bd8fe0ad56a4cfda4f7543a06a8993db8da1c9c079e188c28c551b0d9 40 40 41 41 platform powerpc { 42 42 set bootversion 1.0.47 … … 65 65 post-patch { 66 66 reinplace "s|/usr/local/lib/${name}|${prefix}/lib/${name}|g" \ 67 67 ${worksrcpath}/doc/sbcl.1 68 if {[vercmp "8.0" ${xcodeversion}] >= 0} { 69 reinplace "s|0x100000|0x100000 -Wl,-no_pie|g" ${worksrcpath}/src/runtime/Config.x86-64-darwin 70 } 68 71 } 69 72 70 73 use_configure no