diff options
Diffstat (limited to 'graphics/cal3d/patches/patch-ae')
-rw-r--r-- | graphics/cal3d/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/cal3d/patches/patch-ae b/graphics/cal3d/patches/patch-ae new file mode 100644 index 00000000000..50865cb179e --- /dev/null +++ b/graphics/cal3d/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1.1.1 2004/02/10 09:14:34 garbled Exp $ +--- src/cal3d/streamsource.h.orig Thu Feb 5 14:02:27 2004 ++++ src/cal3d/streamsource.h Thu Feb 5 14:02:37 2004 +@@ -17,7 +17,7 @@ + + #include "cal3d/global.h" + #include "cal3d/datasource.h" +-#include <istream> ++#include <istream.h> + + /** + * CalStreamSource class. |