aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-11-28 03:11:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-11-28 03:11:41 +0800
commit314845a3374b154547750fa7a1a904624155ae96 (patch)
tree7db237700e681f07bc153c4161c2527335d3529e /net
parentb3713457f8e11fc2f1a8ce05f3d272178ed34fe7 (diff)
downloadfreebsd-ports-gnome-314845a3374b154547750fa7a1a904624155ae96.tar.gz
freebsd-ports-gnome-314845a3374b154547750fa7a1a904624155ae96.tar.zst
freebsd-ports-gnome-314845a3374b154547750fa7a1a904624155ae96.zip
- Fix build with gcc
- Fix tab after WWW: PR: 193052 Submitted by: jhibbits Approved by: maintainer timeout, bapt
Diffstat (limited to 'net')
-rw-r--r--net/asio/files/patch-include__asio__impl__error_code.ipp10
-rw-r--r--net/asio/pkg-descr2
2 files changed, 11 insertions, 1 deletions
diff --git a/net/asio/files/patch-include__asio__impl__error_code.ipp b/net/asio/files/patch-include__asio__impl__error_code.ipp
new file mode 100644
index 000000000000..f021343bfbde
--- /dev/null
+++ b/net/asio/files/patch-include__asio__impl__error_code.ipp
@@ -0,0 +1,10 @@
+--- include/asio/impl/error_code.ipp.orig 2011-02-22 10:25:34.000000000 +0300
++++ include/asio/impl/error_code.ipp 2014-11-27 20:24:00.000000000 +0300
+@@ -16,6 +16,7 @@
+ #endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
+
+ #include "asio/detail/config.hpp"
++#include <cstring>
+ #include "asio/detail/local_free_on_block_exit.hpp"
+ #include "asio/detail/socket_types.hpp"
+ #include "asio/error.hpp"
diff --git a/net/asio/pkg-descr b/net/asio/pkg-descr
index 69f8bdfe2a2e..e99ac26e908b 100644
--- a/net/asio/pkg-descr
+++ b/net/asio/pkg-descr
@@ -2,4 +2,4 @@ Asio is a cross-platform C++ library for network and low-level I/O programming
that provides developers with a consistent asynchronous model using a modern
C++ approach.
-WWW: http://think-async.com/Asio/
+WWW: http://think-async.com/Asio/