# HG changeset patch # User Shawn Walker # Date 1446686859 28800 # Node ID f5a839ab21b9306db47d0bab3093bfbd1abd7777 # Parent 7e7b4d607ab6369c3a4bbcff2a1fe4ae8821945d 22093091 r-project bindings for swig can prevent graphviz from building diff -r 7e7b4d607ab6 -r f5a839ab21b9 components/swig/patches/01-rlang.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/swig/patches/01-rlang.patch Wed Nov 04 17:27:39 2015 -0800 @@ -0,0 +1,15 @@ +Swig bindings for R call fprintf but fail to include stdio.h. + +Reported upstream as issue #555: + https://github.com/swig/swig/issues/555 +diff -ru swig-3.0.5/Lib/r/rrun.swg swig-3.0.5.new/Lib/r/rrun.swg +--- swig-3.0.5/Lib/r/rrun.swg 2015-01-31 09:51:17.000000000 -0800 ++++ swig-3.0.5/Lib/r/rrun.swg 2015-10-23 14:03:31.679583617 -0700 +@@ -20,6 +20,7 @@ + + #include + #include ++#include + #include + #include +