diff options
author | pav <pav@FreeBSD.org> | 2004-07-05 16:38:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-07-05 16:38:29 +0800 |
commit | b0099bf81e5d81bdedf745d7c967cd181872223b (patch) | |
tree | 9fd2b218b7173ab7b79739d1223133f6363aaa94 /comms/efax-gtk/files | |
parent | 61c9db34d5a8824d3b3cc4678f9b0261740c7581 (diff) | |
download | freebsd-ports-graphics-b0099bf81e5d81bdedf745d7c967cd181872223b.tar.gz freebsd-ports-graphics-b0099bf81e5d81bdedf745d7c967cd181872223b.tar.zst freebsd-ports-graphics-b0099bf81e5d81bdedf745d7c967cd181872223b.zip |
- Update to 2.2.8a
PR: ports/68651
Submitted by: Jean-Baptiste Quenot <jb.quenot@caraldi.com> (maintainer)
Diffstat (limited to 'comms/efax-gtk/files')
-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 96e44cdd4c0..00000000000 --- 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> |