summaryrefslogtreecommitdiff
path: root/net/powerdns/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/powerdns/patches/patch-ag')
-rw-r--r--net/powerdns/patches/patch-ag15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/powerdns/patches/patch-ag b/net/powerdns/patches/patch-ag
new file mode 100644
index 00000000000..c19f8ac2da0
--- /dev/null
+++ b/net/powerdns/patches/patch-ag
@@ -0,0 +1,15 @@
+$NetBSD: patch-ag,v 1.1 2008/09/18 13:04:30 joerg Exp $
+
+--- pdns/receiver.cc.orig 2008-09-18 14:51:59.000000000 +0200
++++ pdns/receiver.cc
+@@ -566,8 +566,8 @@ int main(int argc, char **argv)
+ if(!arg().mustDo("daemon"))
+ cerr<<"Exiting because: "<<AE.reason<<endl;
+ L<<Logger::Error<<"Exiting because: "<<AE.reason<<endl;
+- }
+- catch(exception &e) {
++ }
++ catch(std::exception &e) {
+ if(!arg().mustDo("daemon"))
+ cerr<<"Exiting because of STL error: "<<e.what()<<endl;
+ L<<Logger::Error<<"Exiting because of STL error: "<<e.what()<<endl;