diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 08:38:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-05 08:38:29 +0000 |
commit | b5cd746aff07b0cb2ba6efe6801db0833146d963 (patch) | |
tree | b4fc9242fe3f4ed27a85be14ee4e32c2349198d9 /comms/efax-gtk/files/patch-pthread-include | |
parent | - Update WWW [1] (diff) |
- Update to 2.2.8a
PR: ports/68651
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=112941
Diffstat (limited to 'comms/efax-gtk/files/patch-pthread-include')
-rw-r--r-- | comms/efax-gtk/files/patch-pthread-include | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/comms/efax-gtk/files/patch-pthread-include b/comms/efax-gtk/files/patch-pthread-include deleted file mode 100644 index 96e44cdd4c0f..000000000000 --- a/comms/efax-gtk/files/patch-pthread-include +++ /dev/null @@ -1,66 +0,0 @@ ---- src/efax_controller.cpp.orig Sun Jun 27 13:22:08 2004 -+++ src/efax_controller.cpp Sun Jun 27 13:22:32 2004 -@@ -14,9 +14,6 @@ - #include <sys/wait.h> - #include <fcntl.h> - #include <errno.h> --#ifdef HAVE_PTHREAD_SIGMASK --#include <pthread.h> --#endif - - #include <fstream> - #include <iomanip> -@@ -30,6 +27,10 @@ - #include <glibmm/thread.h> - - #include "efax_controller.h" -+ -+#ifdef HAVE_PTHREAD_SIGMASK -+#include <pthread.h> -+#endif - - #ifdef HAVE_STRINGSTREAM - #include <sstream> ---- src/fax_list.cpp.orig Sun Jun 27 13:22:08 2004 -+++ src/fax_list.cpp Sun Jun 27 13:22:44 2004 -@@ -24,9 +24,6 @@ - #include <stdlib.h> - #include <signal.h> - #include <errno.h> --#ifdef HAVE_PTHREAD_SIGMASK --#include <pthread.h> --#endif - - #include <gdkmm/pixbuf.h> - #include <gdk/gdkkeysyms.h> // the key codes are here -@@ -42,6 +39,10 @@ - #include "dialogs.h" - #include "fax_list_icons.h" - #include "pipes.h" -+ -+#ifdef HAVE_PTHREAD_SIGMASK -+#include <pthread.h> -+#endif - - #ifdef HAVE_STRINGSTREAM - #include <sstream> ---- src/socket_server.cpp.orig Sun Jun 27 13:22:08 2004 -+++ src/socket_server.cpp Sun Jun 27 13:22:54 2004 -@@ -20,14 +20,14 @@ - #include <unistd.h> - #include <netdb.h> - #include <errno.h> --#ifdef HAVE_PTHREAD_SIGMASK --#include <pthread.h> --#endif - - #include <glibmm/convert.h> - - #include "socket_server.h" - -+#ifdef HAVE_PTHREAD_SIGMASK -+#include <pthread.h> -+#endif - - #ifdef ENABLE_NLS - #include <libintl.h> |