summaryrefslogtreecommitdiff
path: root/math/py-matplotlib
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-03-09 15:44:50 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-03-09 15:44:50 +0000
commitf1862edd2a407ac5b79167b7658c3a08d8c3e628 (patch)
tree7ae3c51694fe7bda90455705cebf86245717ca84 /math/py-matplotlib
parentNear miss (USE_GMAKE for releases up to and *including* 5.2.1-RELEASE). (diff)
Unbreak: vsprintf() is in stdio.h
Notes
Notes: svn path=/head/; revision=130731
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r--math/py-matplotlib/files/patch-src::mplutils.cpp7
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"