aboutsummaryrefslogtreecommitdiff
path: root/math/graphthing/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-07-04 15:37:00 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-07-04 15:37:00 +0000
commit7840bcb8b536c26cfa4537ce66582b692568a50e (patch)
tree026c0b88e7adaf08a261c775b6e5c10c8e6874ea /math/graphthing/files
parent9b91dbfc3ebe437299e386e188e196ece8edc77d (diff)
downloadports-7840bcb8b536c26cfa4537ce66582b692568a50e.tar.gz
ports-7840bcb8b536c26cfa4537ce66582b692568a50e.zip
Notes
Diffstat (limited to 'math/graphthing/files')
-rw-r--r--math/graphthing/files/patch-src-exporter.cc10
-rw-r--r--math/graphthing/files/patch-src-gui.h18
2 files changed, 10 insertions, 18 deletions
diff --git a/math/graphthing/files/patch-src-exporter.cc b/math/graphthing/files/patch-src-exporter.cc
new file mode 100644
index 000000000000..b8ac15e1c39a
--- /dev/null
+++ b/math/graphthing/files/patch-src-exporter.cc
@@ -0,0 +1,10 @@
+--- src/exporter.cc.orig Sun Jul 3 13:27:10 2005
++++ src/exporter.cc Sun Jul 3 18:15:55 2005
+@@ -5,6 +5,7 @@
+ #include <fstream>
+ #include <iostream>
+ #include <stdexcept>
++#include <ctime>
+ #include "config.h"
+ #include "edge.h"
+ #include "exporter.h"
diff --git a/math/graphthing/files/patch-src-gui.h b/math/graphthing/files/patch-src-gui.h
deleted file mode 100644
index 8018b28a56d3..000000000000
--- a/math/graphthing/files/patch-src-gui.h
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/gui.h.orig Thu Feb 24 14:11:10 2005
-+++ src/gui.h Thu Feb 24 14:11:12 2005
-@@ -140,7 +140,6 @@ public:
- class ParamDialog : public Gtk::Dialog
- {
- protected:
-- void ok_click ();
-
- virtual int delete_event_impl (GdkEventAny *ev);
- virtual void get_data () = 0;
-@@ -148,6 +147,7 @@ protected:
- public:
- bool cancelled;
-
-+ void ok_click ();
- ParamDialog (const String &title = "Prefab Parameter");
- };
-