View | Details | Raw Unified | Return to bug 232086
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
		libfontconfig.so:x11-fonts/fontconfig \
18
		libfontconfig.so:x11-fonts/fontconfig \
19
		libfreetype.so:print/freetype2
19
		libfreetype.so:print/freetype2
20
20
21
USES=		python:2.7 ssl
21
USES=		compiler:c11 python:2.7 ssl
22
USE_XORG=	pixman
22
USE_XORG=	pixman
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	ac_cv_lib_md_MD5=no \
24
CONFIGURE_ENV=	ac_cv_lib_md_MD5=no \
(-)files/patch-src_wifipcap_wifipcap.cpp (+10 lines)
Line 0 Link Here
1
--- src/wifipcap/wifipcap.cpp.orig	2018-10-08 19:23:06 UTC
2
+++ src/wifipcap/wifipcap.cpp
3
@@ -22,6 +22,7 @@
4
 #include <errno.h>
5
 
6
 #ifdef HAVE_NET_ETHERNET_H
7
+#include <sys/param.h>
8
 #include <net/ethernet.h>
9
 #endif
10
 

Return to bug 232086