* Ensure that R can link blas, liblapack, and libgfortran at run-time. * Ensure that R can run the Tcl/Tk interpreter. * Add Java support. * Install texinfo and PDF documentation.
···11+diff -ubr R-3.0.1-orig/configure R-3.0.1/configure
22+--- R-3.0.1-orig/configure 2013-07-04 10:46:42.336133947 +0200
33++++ R-3.0.1/configure 2013-07-04 10:46:17.181919960 +0200
44+@@ -3800,13 +3800,13 @@
55+ : ${LIBnn=$libnn}
66+ ## We provide these defaults so that headers and libraries in
77+ ## '/usr/local' are found (by the native tools, mostly).
88+-if test -f "/sw/etc/fink.conf"; then
99+- : ${CPPFLAGS="-I/sw/include -I/usr/local/include"}
1010+- : ${LDFLAGS="-L/sw/lib -L/usr/local/lib"}
1111+-else
1212+- : ${CPPFLAGS="-I/usr/local/include"}
1313+- : ${LDFLAGS="-L/usr/local/${LIBnn}"}
1414+-fi
1515++# if test -f "/sw/etc/fink.conf"; then
1616++# : ${CPPFLAGS="-I/sw/include -I/usr/local/include"}
1717++# : ${LDFLAGS="-L/sw/lib -L/usr/local/lib"}
1818++# else
1919++# : ${CPPFLAGS="-I/usr/local/include"}
2020++# : ${LDFLAGS="-L/usr/local/${LIBnn}"}
2121++# fi
2222+2323+ ## take care not to override the command-line setting
2424+ if test "${libdir}" = '${exec_prefix}/lib'; then