diff options
author | maho <maho@FreeBSD.org> | 2006-02-15 09:26:28 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-02-15 09:26:28 +0800 |
commit | 47756c01a56febc5365634a8da870f6211dbac93 (patch) | |
tree | a2cd165fb107dc5e2d901d03e702ce979c724c86 /cad/tochnog | |
parent | 77312e2fe509d4f16d70308cbb6c45de8c714239 (diff) | |
download | freebsd-ports-graphics-47756c01a56febc5365634a8da870f6211dbac93.tar.gz freebsd-ports-graphics-47756c01a56febc5365634a8da870f6211dbac93.tar.zst freebsd-ports-graphics-47756c01a56febc5365634a8da870f6211dbac93.zip |
build cleanup of cad/tochnog again
PR: 92782
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Diffstat (limited to 'cad/tochnog')
-rw-r--r-- | cad/tochnog/files/patch-src+so_suplu.c | 0 | ||||
-rw-r--r-- | cad/tochnog/files/patch-tochnog.h | 3 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cad/tochnog/files/patch-src+so_suplu.c b/cad/tochnog/files/patch-src+so_suplu.c deleted file mode 100644 index e69de29bb2d..00000000000 --- a/cad/tochnog/files/patch-src+so_suplu.c +++ /dev/null diff --git a/cad/tochnog/files/patch-tochnog.h b/cad/tochnog/files/patch-tochnog.h index b36a1daa387..5ceaa9cbbe0 100644 --- a/cad/tochnog/files/patch-tochnog.h +++ b/cad/tochnog/files/patch-tochnog.h @@ -1,13 +1,12 @@ --- tochnog.h.orig Sun Feb 11 05:05:27 2001 +++ tochnog.h Fri Feb 3 15:15:51 2006 -@@ -17,12 +17,17 @@ +@@ -17,12 +17,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include <iostream.h> +#include <iostream> +// C++ headers -+#include <iostream> +#include <fstream> +#include <iomanip> +using namespace std; |