mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
fix build on -current
PR: 51872 Submitted by: Ports Fury
This commit is contained in:
parent
1e92c1b81b
commit
22dbd3f12d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80795
11
sysutils/lcdproc/files/patch-chrono.c
Normal file
11
sysutils/lcdproc/files/patch-chrono.c
Normal file
@ -0,0 +1,11 @@
|
||||
--- clients/lcdproc/chrono.c.orig Sat Dec 29 06:52:39 2001
|
||||
+++ clients/lcdproc/chrono.c Tue May 6 05:07:49 2003
|
||||
@@ -62,6 +62,8 @@
|
||||
#include <sys/dkstat.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/resource.h>
|
||||
+
|
||||
#if FREEBSD
|
||||
/* definitions for indices in the nlist array */
|
||||
/* from /usr/src/src.bin/top/machine.c */
|
12
sysutils/lcdproc/files/patch-cpu.c
Normal file
12
sysutils/lcdproc/files/patch-cpu.c
Normal file
@ -0,0 +1,12 @@
|
||||
--- clients/lcdproc/cpu.c.orig Thu Jan 3 13:32:42 2002
|
||||
+++ clients/lcdproc/cpu.c Tue May 6 05:08:51 2003
|
||||
@@ -60,6 +60,9 @@
|
||||
#include <sys/dkstat.h>
|
||||
#endif
|
||||
|
||||
+#include <sys/time.h>
|
||||
+#include <sys/resource.h>
|
||||
+
|
||||
#if FREEBSD
|
||||
/* definitions for indices in the nlist array */
|
||||
/* from /usr/src/src.bin/top/machine.c */
|
Loading…
Reference in New Issue
Block a user