diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-01 18:24:14 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-01 18:24:14 +0000 |
commit | 8a7de0cd425ec02403539214039b9a08ee456398 (patch) | |
tree | 5cf2a3f167109b96ce2d7d3b1180b4633990fe18 /net-im | |
parent | 518f4b3b44598fe3d952efaa5e7920229a92b97b (diff) | |
download | ports-8a7de0cd425ec02403539214039b9a08ee456398.tar.gz ports-8a7de0cd425ec02403539214039b9a08ee456398.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/centerim-devel/files/patch-libicq2000_libicq2000_sigslot.h | 10 | ||||
-rw-r--r-- | net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/net-im/centerim-devel/files/patch-libicq2000_libicq2000_sigslot.h b/net-im/centerim-devel/files/patch-libicq2000_libicq2000_sigslot.h new file mode 100644 index 000000000000..dd7f2033c293 --- /dev/null +++ b/net-im/centerim-devel/files/patch-libicq2000_libicq2000_sigslot.h @@ -0,0 +1,10 @@ +--- libicq2000/libicq2000/sigslot.h.orig 2011-05-22 21:06:31.000000000 +0000 ++++ libicq2000/libicq2000/sigslot.h +@@ -84,6 +84,7 @@ + + #include <set> + #include <list> ++#include <cstddef> + + #if defined(SIGSLOT_PURE_ISO) || (!defined(WIN32) && !defined(SIGSLOT_USE_POSIX_THREADS)) + # define _SIGSLOT_SINGLE_THREADED diff --git a/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h b/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h new file mode 100644 index 000000000000..b41f87c93238 --- /dev/null +++ b/net-im/centerim/files/patch-libicq2000_libicq2000_sigslot.h @@ -0,0 +1,10 @@ +--- libicq2000/libicq2000/sigslot.h.orig 2010-10-26 17:19:06.000000000 +0000 ++++ libicq2000/libicq2000/sigslot.h +@@ -84,6 +84,7 @@ + + #include <set> + #include <list> ++#include <cstddef> + + #if defined(SIGSLOT_PURE_ISO) || (!defined(WIN32) && !defined(SIGSLOT_USE_POSIX_THREADS)) + # define _SIGSLOT_SINGLE_THREADED |