diff options
author | vs <vs@FreeBSD.org> | 2005-03-09 23:44:50 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-03-09 23:44:50 +0800 |
commit | 63eee69ff83979b846f1c93618b4ee67caf5cb2d (patch) | |
tree | 2f0ad04fdac553b902179c474d7a5020bddef9f8 /math/py-matplotlib | |
parent | 8cb0ccce55d108f9bc35cad6b15bd88820584c6b (diff) | |
download | freebsd-ports-gnome-63eee69ff83979b846f1c93618b4ee67caf5cb2d.tar.gz freebsd-ports-gnome-63eee69ff83979b846f1c93618b4ee67caf5cb2d.tar.zst freebsd-ports-gnome-63eee69ff83979b846f1c93618b4ee67caf5cb2d.zip |
Unbreak: vsprintf() is in stdio.h
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/files/patch-src::mplutils.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/math/py-matplotlib/files/patch-src::mplutils.cpp b/math/py-matplotlib/files/patch-src::mplutils.cpp new file mode 100644 index 000000000000..a953442f8385 --- /dev/null +++ b/math/py-matplotlib/files/patch-src::mplutils.cpp @@ -0,0 +1,7 @@ +--- src/mplutils.cpp.orig Wed Mar 9 16:35:35 2005 ++++ src/mplutils.cpp Wed Mar 9 16:36:19 2005 +@@ -1,3 +1,4 @@ ++#include <stdio.h> + #include <iostream> + #include <cstdarg> + #include "mplutils.h" |