diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-05-07 04:43:35 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-05-07 04:43:35 +0000 |
commit | a07f700bb5c04bfd35de0b0ef16720f2a4c27374 (patch) | |
tree | 920b3d04e4cfc8d0529eb50067038721e3bafce2 /math/py-matplotlib/files/patch-src__mplutils.cpp | |
parent | - fix Bundle install (diff) |
- Update to 0.91.2 [1]
- portlint fix
- Respect NOPORTEXAMPLES
PR: ports/121893
Submitted by: Geoffrey Mainland <mainland AT apeiron.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=212771
Diffstat (limited to 'math/py-matplotlib/files/patch-src__mplutils.cpp')
-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" |