diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 22:57:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 22:57:48 +0000 |
commit | d3c24d35b28931a1a81edb37b2ecb04497bb5402 (patch) | |
tree | 1c57506bdf87ab09eb437aa066de64bc51f30549 /math/xgfe/files/patch-gnuPlotFile.h | |
parent | The hostsentry port is unusable as shipped and requires additional (diff) |
Update to xgfe 2.1, switch to QT 3, respect NOPORTDOCS, fix build
with gcc 3.
Submitted by: Marius Strobl <marius@alchemy.franken.de>
PR: ports/59024
Notes
Notes:
svn path=/head/; revision=103143
Diffstat (limited to 'math/xgfe/files/patch-gnuPlotFile.h')
-rw-r--r-- | math/xgfe/files/patch-gnuPlotFile.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/xgfe/files/patch-gnuPlotFile.h b/math/xgfe/files/patch-gnuPlotFile.h new file mode 100644 index 000000000000..56d004ae2ea1 --- /dev/null +++ b/math/xgfe/files/patch-gnuPlotFile.h @@ -0,0 +1,12 @@ +diff -u gnuPlotFile.h.orig gnuPlotFile.h +--- gnuPlotFile.h.orig Mon May 18 04:12:01 1998 ++++ gnuPlotFile.h Thu Oct 30 21:42:04 2003 +@@ -28,6 +28,8 @@ + + #include <string> + ++using namespace std; ++ + class gnuPlotFile + { + public: |