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

(-)Makefile (-1 / +1 lines)
Lines 20-26 Link Here
20
BROKEN_sparc64=		Does not install on sparc64: signal 10
20
BROKEN_sparc64=		Does not install on sparc64: signal 10
21
21
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
USES=		alias autoreconf desktop-file-utils gettext-tools \
23
USES=		alias autoreconf compiler:c11 desktop-file-utils gettext-tools \
24
		gmake iconv libtool pathfix pkgconfig tar:xz
24
		gmake iconv libtool pathfix pkgconfig tar:xz
25
USE_XORG=	xcb
25
USE_XORG=	xcb
26
USE_LDCONFIG=	yes
26
USE_LDCONFIG=	yes
(-)files/patch-src_modules_sysinfo_cpuclock_cpuclock__sysctl.c (+10 lines)
Line 0 Link Here
1
--- src/modules/sysinfo/cpuclock/cpuclock_sysctl.c.orig	2019-07-23 16:46:44 UTC
2
+++ src/modules/sysinfo/cpuclock/cpuclock_sysctl.c
3
@@ -2,6 +2,7 @@
4
 #include <stdlib.h>
5
 
6
 #if defined(__FreeBSD__) || defined(__DragonFly__)
7
+# include <sys/types.h>
8
 # include <sys/sysctl.h>
9
 #endif
10
 

Return to bug 239407