diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-03-09 17:15:06 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-03-09 17:15:06 +0000 |
commit | 2e7df8936fdda7ad5002646d6b8f43d4b454a706 (patch) | |
tree | 3e1d5e1074cc0def8807e721493e374cec6e892d /graphics/py-visual/files/patch-src-python-vector_array.cpp | |
parent | enable flac when VORBIS is selected (diff) |
- Updated to 4.b14
- It compiles on amd64 too
Notes
Notes:
svn path=/head/; revision=187031
Diffstat (limited to 'graphics/py-visual/files/patch-src-python-vector_array.cpp')
-rw-r--r-- | graphics/py-visual/files/patch-src-python-vector_array.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/py-visual/files/patch-src-python-vector_array.cpp b/graphics/py-visual/files/patch-src-python-vector_array.cpp new file mode 100644 index 000000000000..f37720a04127 --- /dev/null +++ b/graphics/py-visual/files/patch-src-python-vector_array.cpp @@ -0,0 +1,10 @@ +--- src/python/vector_array.cpp Tue Mar 6 12:39:10 2007 ++++ src/python/vector_array.cpp.port Tue Mar 6 12:20:51 2007 +@@ -1,6 +1,7 @@ + // Copyright (c) 2000, 2001, 2002, 2003 by David Scherer and others. + // See the file license.txt for complete license terms. + // See the file authors.txt for a complete list of contributors. ++#include <iostream> + #include "python/vector_array.hpp" + #include "python/scalar_array.hpp" + |