summaryrefslogtreecommitdiff
path: root/databases/libgda/files/patch-bindings_c++_gdaIncludes.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 06:21:01 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-07 06:21:01 +0000
commita7a71fdb47dae7d09ab184e922542895905b86ce (patch)
treeca458c981ae89b5ab53bde2b8f585e2e7d6ead55 /databases/libgda/files/patch-bindings_c++_gdaIncludes.h
parentRemove gnome-db (component of the EOLed gnome1) not used by anything anymore. (diff)
Remove libgda (component of the EOLed gnome1) not used by anything anymore.
Approved by: gnome (implicit)
Diffstat (limited to 'databases/libgda/files/patch-bindings_c++_gdaIncludes.h')
-rw-r--r--databases/libgda/files/patch-bindings_c++_gdaIncludes.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/libgda/files/patch-bindings_c++_gdaIncludes.h b/databases/libgda/files/patch-bindings_c++_gdaIncludes.h
deleted file mode 100644
index b4d3d7a15ea9..000000000000
--- a/databases/libgda/files/patch-bindings_c++_gdaIncludes.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- bindings/c++/gdaIncludes.h.orig Sat Jun 15 16:53:57 2002
-+++ bindings/c++/gdaIncludes.h Sat Jun 15 16:55:03 2002
-@@ -51,4 +51,8 @@
- #include "gdaRecordset.h"
- #include "gdaValue.h"
-
-+// Needed to get references to string working without having to pre-pend
-+// std:: to each one.
-+using namespace std;
-+
- #endif // __gda_bindings_cpp_gdaIncludesH