Ticket #13841: Portfile.diff
File Portfile.diff, 1.0 KB (added by takeshi@…, 17 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name g95 5 5 version 0.90 6 revision 26 revision 3 7 7 platforms darwin 8 8 categories lang 9 9 maintainers takeshi@mac.com … … 43 43 set gcc_configargs "--with-as=${prefix}/bin/odas --with-ld=${prefix}/bin/odld --with-nm=${prefix}/bin/odnm" 44 44 } 45 45 system "unset CPPFLAGS; unset LDFLAGS; \ 46 export CPPFLAGS=-I${prefix}/include; \ 46 47 cd ${workpath}/gcc-${version_gcc}/${name}; \ 47 ../configure --prefix=${prefix}/${gcclib} \ 48 --enable-languages=c ${gcc_configargs} --with-included-gettext \ 49 --with-gmp=${prefix} --with-mpfr=${prefix}; \ 48 ../configure --prefix=${prefix}/${gcclib} --with-libiconv-prefix=${prefix}/include \ 49 --enable-languages=c ${gcc_configargs} --with-included-gettext; \ 50 50 make" 51 51 } 52 52