aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2010-04-04 15:54:41 +0800
committerkuriyama <kuriyama@FreeBSD.org>2010-04-04 15:54:41 +0800
commit3f68af2f0828be508c955da8dec21f3e62af9e26 (patch)
tree7fe5e321a3f378100339fdd9d634420a43f284eb /devel
parent7f178b80320591e4a1783fe453db69cf32489a53 (diff)
downloadfreebsd-ports-gnome-3f68af2f0828be508c955da8dec21f3e62af9e26.tar.gz
freebsd-ports-gnome-3f68af2f0828be508c955da8dec21f3e62af9e26.tar.zst
freebsd-ports-gnome-3f68af2f0828be508c955da8dec21f3e62af9e26.zip
- Unbreak on 7.x.
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-BSD-devstat/Makefile1
-rw-r--r--devel/p5-BSD-devstat/files/patch-devstat.xs10
2 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-BSD-devstat/Makefile b/devel/p5-BSD-devstat/Makefile
index aedc43947264..272e83d18328 100644
--- a/devel/p5-BSD-devstat/Makefile
+++ b/devel/p5-BSD-devstat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= BSD-devstat
PORTVERSION= 0.02
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
diff --git a/devel/p5-BSD-devstat/files/patch-devstat.xs b/devel/p5-BSD-devstat/files/patch-devstat.xs
new file mode 100644
index 000000000000..eca54120d93c
--- /dev/null
+++ b/devel/p5-BSD-devstat/files/patch-devstat.xs
@@ -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 {