diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-24 18:00:48 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-24 18:00:48 +0000 |
commit | 7c5a29f918de411fdfa0a74da9162643ed96c922 (patch) | |
tree | 12c6d0e3085e44cf880095080fe05c173b798edb /deskutils/notification-daemon/files | |
parent | b429ce7a3531e5701204ad8aaa0763ede2dc874c (diff) | |
download | ports-7c5a29f918de411fdfa0a74da9162643ed96c922.tar.gz ports-7c5a29f918de411fdfa0a74da9162643ed96c922.zip |
Notes
Diffstat (limited to 'deskutils/notification-daemon/files')
-rw-r--r-- | deskutils/notification-daemon/files/extra-patch-src-main.cc | 10 | ||||
-rw-r--r-- | deskutils/notification-daemon/files/patch-src-Notification.hh | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/deskutils/notification-daemon/files/extra-patch-src-main.cc b/deskutils/notification-daemon/files/extra-patch-src-main.cc deleted file mode 100644 index 80b59cc6f02b..000000000000 --- a/deskutils/notification-daemon/files/extra-patch-src-main.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- 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); diff --git a/deskutils/notification-daemon/files/patch-src-Notification.hh b/deskutils/notification-daemon/files/patch-src-Notification.hh deleted file mode 100644 index 5162c68daaba..000000000000 --- a/deskutils/notification-daemon/files/patch-src-Notification.hh +++ /dev/null @@ -1,10 +0,0 @@ ---- src/Notification.hh.orig Thu Jul 28 10:50:44 2005 -+++ src/Notification.hh Wed Aug 31 23:14:48 2005 -@@ -31,6 +31,7 @@ - #include "Hint.hh" - #include "Image.hh" - -+#include <sys/types.h> - - /* - * This class represents a notification. It's a class rather than a struct |