diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 21:30:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-31 21:30:50 +0000 |
commit | c59fdfc05e81d6421107a37cc1dea5c96cb39084 (patch) | |
tree | ead1d8ab25bc6624f162eb1de6a168dc4de75f7c /deskutils/notification-daemon/files/extra-patch-src-main.cc | |
parent | - Update to 0.2.2 (diff) |
- Update to 0.2.2
PR: ports/85524
Submitted by: Andreas Kohn <andreas@syndrom23.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=141634
Diffstat (limited to 'deskutils/notification-daemon/files/extra-patch-src-main.cc')
-rw-r--r-- | deskutils/notification-daemon/files/extra-patch-src-main.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deskutils/notification-daemon/files/extra-patch-src-main.cc b/deskutils/notification-daemon/files/extra-patch-src-main.cc new file mode 100644 index 000000000000..80b59cc6f02b --- /dev/null +++ b/deskutils/notification-daemon/files/extra-patch-src-main.cc @@ -0,0 +1,10 @@ +--- src/main.cc.orig Wed Aug 10 10:43:56 2005 ++++ src/main.cc Wed Aug 31 23:25:36 2005 +@@ -622,7 +622,6 @@ + int + main(int argc, char **argv) + { +- std::set_terminate(__gnu_cxx::__verbose_terminate_handler); + DBusError error; + + dbus_error_init(&error); |