summaryrefslogtreecommitdiff
path: root/net-mgmt/arts++/files/patch-apps::artsasagg::artsasagg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/arts++/files/patch-apps::artsasagg::artsasagg.cc')
-rw-r--r--net-mgmt/arts++/files/patch-apps::artsasagg::artsasagg.cc28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-mgmt/arts++/files/patch-apps::artsasagg::artsasagg.cc b/net-mgmt/arts++/files/patch-apps::artsasagg::artsasagg.cc
deleted file mode 100644
index ae2e9d321b25..000000000000
--- a/net-mgmt/arts++/files/patch-apps::artsasagg::artsasagg.cc
+++ /dev/null
@@ -1,28 +0,0 @@
---- ./apps/artsasagg/artsasagg.cc.orig Mon Oct 2 13:05:10 2000
-+++ ./apps/artsasagg/artsasagg.cc Wed Sep 25 16:38:09 2002
-@@ -50,15 +50,21 @@
- #include <errno.h>
- }
-
--#include <fstream.h>
--#include <string>
--#include <map>
--
- #include "ArtsFileUtil.hh"
- #include "ArtsPackageVersion.hh"
- #ifndef NDEBUG
- #include "ArtsDebug.hh"
- #endif
-+
-+#ifdef HAVE_FSTREAM
-+# include <fstream>
-+# include <iterator>
-+ using namespace std;
-+#else
-+# include <fstream.h>
-+#endif
-+#include <string>
-+#include <map>
-
- extern int errno;
-