FreeBSD Bugzilla – Attachment 197929 Details for
Bug 232086
net/tcpflow: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
tcpflow.patch (text/plain), 1.17 KB, created by
Piotr Kubaj
on 2018-10-08 20:52:12 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-08 20:52:12 UTC
Size:
1.17 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 481501) >+++ Makefile (working copy) >@@ -18,7 +18,7 @@ > libfontconfig.so:x11-fonts/fontconfig \ > libfreetype.so:print/freetype2 > >-USES= python:2.7 ssl >+USES= compiler:c11 python:2.7 ssl > USE_XORG= pixman > GNU_CONFIGURE= yes > CONFIGURE_ENV= ac_cv_lib_md_MD5=no \ >Index: files/patch-src_wifipcap_wifipcap.cpp >=================================================================== >--- files/patch-src_wifipcap_wifipcap.cpp (nonexistent) >+++ files/patch-src_wifipcap_wifipcap.cpp (working copy) >@@ -0,0 +1,10 @@ >+--- src/wifipcap/wifipcap.cpp.orig 2018-10-08 19:23:06 UTC >++++ src/wifipcap/wifipcap.cpp >+@@ -22,6 +22,7 @@ >+ #include <errno.h> >+ >+ #ifdef HAVE_NET_ETHERNET_H >++#include <sys/param.h> >+ #include <net/ethernet.h> >+ #endif >+ > >Property changes on: files/patch-src_wifipcap_wifipcap.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
Actions:
View
|
Diff
Attachments on
bug 232086
: 197929