summaryrefslogtreecommitdiff
path: root/devel/omniNotify/files/patch-examples__ndadmin.cc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-12 17:44:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-12 17:44:59 +0000
commit276f6257d405061578189f52bb452e638cd60267 (patch)
tree4b5338f64d7590897e2081b5470b92618b483dec /devel/omniNotify/files/patch-examples__ndadmin.cc
parent- Update to 1.3.2 (diff)
Fix build with libc++
Diffstat (limited to 'devel/omniNotify/files/patch-examples__ndadmin.cc')
-rw-r--r--devel/omniNotify/files/patch-examples__ndadmin.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/omniNotify/files/patch-examples__ndadmin.cc b/devel/omniNotify/files/patch-examples__ndadmin.cc
new file mode 100644
index 000000000000..e485a28b39e9
--- /dev/null
+++ b/devel/omniNotify/files/patch-examples__ndadmin.cc
@@ -0,0 +1,13 @@
+--- ./examples/ndadmin.cc.orig 2003-10-12 20:51:18.000000000 +0200
++++ ./examples/ndadmin.cc 2013-09-12 19:43:36.397068857 +0200
+@@ -6,7 +6,9 @@
+ #error COS_USES_BOA should not be set for this example
+ #endif
+
+-#include <iostream.h>
++#include <iostream>
++
++using namespace std;
+
+ #include "orb_init_name.h"
+ #include "get_channel.h"