mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Unbreak on 7.x.
This commit is contained in:
parent
47a629f57d
commit
972aab1cdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252188
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= BSD-devstat
|
||||
PORTVERSION= 0.02
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
10
devel/p5-BSD-devstat/files/patch-devstat.xs
Normal file
10
devel/p5-BSD-devstat/files/patch-devstat.xs
Normal file
@ -0,0 +1,10 @@
|
||||
--- devstat.xs.orig 2010-04-04 16:46:31.614613328 +0900
|
||||
+++ devstat.xs 2010-04-04 16:47:03.027043722 +0900
|
||||
@@ -8,6 +8,7 @@
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
+#include <sys/resource.h>
|
||||
#include <devstat.h>
|
||||
|
||||
struct bsd_devstat {
|
Loading…
Reference in New Issue
Block a user