Ticket #11657: Portfile.diff
File Portfile.diff, 1.1 KB (added by arto.bendiken@…, 18 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name chicken 5 version 2. 55 version 2.6 6 6 categories lang scheme 7 7 maintainers waqar@macports.org 8 8 description Compiler for the Scheme programming language … … 14 14 homepage http://www.call-with-current-continuation.org/ 15 15 platforms darwin 16 16 master_sites http://www.call-with-current-continuation.org/ 17 checksums sha1 5f0e160d5b803d4b51c649a3028124008507d4b617 checksums sha1 4010d21db1b0d2df3b3ab392503be4bb19073bbd 18 18 configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man \ 19 19 --enable-gc-hooks --enable-apply-hook \ 20 20 --enable-extra-symbol-slot \ 21 21 --enable-symbol-gc 22 22 23 23 platform darwin 8 { 24 configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 24 configure.env CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0 \ 25 CPPFLAGS=-I/opt/local/include CFLAGS=-I/opt/local/include LDFLAGS=-L/opt/local/lib 25 26 } 26 27 27 28 variant no-hooks {