FreeBSD Bugzilla – Attachment 208406 Details for
Bug 241329
net/openvswitch: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openvswitch.patch (text/plain), 1.32 KB, created by
Piotr Kubaj
on 2019-10-18 15:12:29 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-10-18 15:12:29 UTC
Size:
1.32 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 514705) >+++ Makefile (working copy) >@@ -15,7 +15,8 @@ > > BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} > >-USES= cpe gmake libtool perl5 pkgconfig python:2.7 shebangfix ssl >+USES= compiler:c11 cpe gmake libtool perl5 pkgconfig python:2.7 \ >+ shebangfix ssl > SHEBANG_FILES= ovn/utilities/ovndb-servers.ocf \ > utilities/bugtool/ovs-bugtool-ovs-ofctl-loop-over-bridges \ > utilities/ovs-docker \ >Index: files/patch-lib_dns-resolve.c >=================================================================== >--- files/patch-lib_dns-resolve.c (nonexistent) >+++ files/patch-lib_dns-resolve.c (working copy) >@@ -0,0 +1,10 @@ >+--- lib/dns-resolve.c.orig 2019-10-18 14:20:09 UTC >++++ lib/dns-resolve.c >+@@ -22,6 +22,7 @@ >+ #include <arpa/nameser.h> >+ #include <errno.h> >+ #include <string.h> >++#include <sys/socket.h> >+ #include <sys/stat.h> >+ #include <unbound.h> >+ #include "hash.h" > >Property changes on: files/patch-lib_dns-resolve.c >___________________________________________________________________ >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:
pkubaj
:
maintainer-approval?
(
koue
)
Actions:
View
|
Diff
Attachments on
bug 241329
: 208406