FreeBSD Bugzilla – Attachment 213078 Details for
Bug 245364
devel/caf: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
caf.patch (text/plain), 3.00 KB, created by
Piotr Kubaj
on 2020-04-05 00:52:27 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-04-05 00:52:27 UTC
Size:
3.00 KB
patch
obsolete
>Index: files/patch-libcaf__io_src_io_network_default__multiplexer.cpp >=================================================================== >--- files/patch-libcaf__io_src_io_network_default__multiplexer.cpp (nonexistent) >+++ files/patch-libcaf__io_src_io_network_default__multiplexer.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- libcaf_io/src/io/network/default_multiplexer.cpp.orig 2020-04-05 00:30:36 UTC >++++ libcaf_io/src/io/network/default_multiplexer.cpp >+@@ -59,6 +59,9 @@ >+ # include <ws2ipdef.h> >+ # include <ws2tcpip.h> >+ #else >++# ifdef __FreeBSD__ >++# include <sys/types.h> >++# endif >+ # include <arpa/inet.h> >+ # include <cerrno> >+ # include <fcntl.h> > >Property changes on: files/patch-libcaf__io_src_io_network_default__multiplexer.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-libcaf__io_src_io_network_ip__endpoint.cpp >=================================================================== >--- files/patch-libcaf__io_src_io_network_ip__endpoint.cpp (nonexistent) >+++ files/patch-libcaf__io_src_io_network_ip__endpoint.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- libcaf_io/src/io/network/ip_endpoint.cpp.orig 2020-04-05 00:36:43 UTC >++++ libcaf_io/src/io/network/ip_endpoint.cpp >+@@ -30,6 +30,9 @@ >+ # include <ws2tcpip.h> >+ # include <ws2ipdef.h> >+ #else >++# ifdef __FreeBSD__ >++# include <sys/types.h> >++# endif >+ # include <arpa/inet.h> >+ # include <cerrno> >+ # include <netinet/in.h> > >Property changes on: files/patch-libcaf__io_src_io_network_ip__endpoint.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-libcaf__io_src_io_network_native__socket.cpp >=================================================================== >--- files/patch-libcaf__io_src_io_network_native__socket.cpp (nonexistent) >+++ files/patch-libcaf__io_src_io_network_native__socket.cpp (working copy) >@@ -0,0 +1,12 @@ >+--- libcaf_io/src/io/network/native_socket.cpp.orig 2020-04-05 00:18:01 UTC >++++ libcaf_io/src/io/network/native_socket.cpp >+@@ -44,6 +44,9 @@ >+ # include <ws2ipdef.h> >+ # include <ws2tcpip.h> >+ #else >++# ifdef __FreeBSD__ >++# include <sys/types.h> >++# endif >+ # include <arpa/inet.h> >+ # include <cerrno> >+ # include <fcntl.h> > >Property changes on: files/patch-libcaf__io_src_io_network_native__socket.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
leres
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 245364
: 213078