Ticket #44892: Portfile-guile.diff
File Portfile-guile.diff, 1.8 KB (added by macports@…, 10 years ago) |
---|
-
Portfile
old new 5 5 PortGroup muniversal 1.0 6 6 7 7 name guile 8 version 1.8.88 version 2.0.11 9 9 categories lang 10 10 maintainers nomaintainer 11 11 platforms darwin 12 license LGPL- 2.1+12 license LGPL-3+ 13 13 14 14 description GNU's Ubiquitous Intelligent Language for Extension (guile) 15 15 long_description \ … … 38 38 homepage http://www.gnu.org/software/guile/guile.html 39 39 master_sites gnu 40 40 41 checksums md5 18661a8fdfef13e2fcb7651720aa53f3 \ 42 sha1 548d6927aeda332b117f8fc5e4e82c39a05704f9 \ 43 rmd160 8ac185a72ad8394b14d5377549e5bbf02889faaa 44 45 patchfiles patch-srfi-60.c.diff \ 46 patch-libguile-fports.c.diff \ 47 patch-no-stack-checking.diff 41 checksums md5 e532c68c6f17822561e3001136635ddd \ 42 sha1 3cdd1c4956414bffadea13e5a1ca08949016a802 \ 43 rmd160 e375607a569cba8ebecd9a15d4c25abe10abfd85 48 44 49 45 depends_lib port:readline \ 50 46 port:gettext \ 51 47 port:libiconv \ 52 48 port:libtool \ 53 port:gmp 49 port:gmp \ 50 port:boehmgc \ 51 port:libunistring \ 52 port:libffi 54 53 55 54 configure.args CPPFLAGS="-I${prefix}/include" \ 56 55 LDFLAGS="-L${prefix}/lib" \ 57 56 --infodir="${prefix}/share/info" \ 58 --mandir="${prefix}/share/man" \ 59 --enable-regex \ 60 --disable-error-on-warning 61 62 post-patch { 63 # This changes configure to do what the author actually intended based on their comments 64 reinplace "s|-Werror -Wmissing-braces|-Werror=missing-braces|" ${worksrcpath}/configure 65 } 57 --mandir="${prefix}/share/man" 66 58 67 59 # Unable to cross compile, so we need to be able to run the built code 68 60 if {${os.arch} eq "i386" && ${os.major} >= 11} {