diff options
author | dmcmahill <dmcmahill> | 2005-03-21 17:35:53 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2005-03-21 17:35:53 +0000 |
commit | ead043e97440b8792214343166ea02b03c755c73 (patch) | |
tree | 7d35dd6bcde5a00652744e41971e844da907789e /cad/simian/patches/patch-ae | |
parent | 7c1dc2854b7f050d2bd53de6cc0dbb20037dcc13 (diff) | |
download | pkgsrc-ead043e97440b8792214343166ea02b03c755c73.tar.gz |
simian, meet gcc3 (fix c++ code to work with gcc3)
Diffstat (limited to 'cad/simian/patches/patch-ae')
-rw-r--r-- | cad/simian/patches/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cad/simian/patches/patch-ae b/cad/simian/patches/patch-ae new file mode 100644 index 00000000000..c0ea9604f5a --- /dev/null +++ b/cad/simian/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2005/03/21 17:35:53 dmcmahill Exp $ + +--- Zs.cc.orig 1998-12-07 08:28:51.000000000 +0000 ++++ Zs.cc +@@ -1,6 +1,6 @@ + /* EII for Plane wave model */ + +-#include <stream.h> ++#include <sstream> + #include <stdlib.h> + #include <stdio.h> + #include <math.h> |