diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2014-05-12 16:56:23 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2014-05-12 16:56:23 +0000 |
commit | eb030f5a5cf485990753e90d557470a92a82094e (patch) | |
tree | aee24948c8c8c521d36c49056f7c0caaab131be9 /devel/libstatgrab0/files/patch-configure | |
parent | 0219060b3930a4678ea3496810e68702136f1eed (diff) |
Notes
Diffstat (limited to 'devel/libstatgrab0/files/patch-configure')
-rw-r--r-- | devel/libstatgrab0/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libstatgrab0/files/patch-configure b/devel/libstatgrab0/files/patch-configure new file mode 100644 index 000000000000..51e42a111aec --- /dev/null +++ b/devel/libstatgrab0/files/patch-configure @@ -0,0 +1,11 @@ +--- ./configure.orig 2011-11-11 14:14:46.000000000 +0000 ++++ ./configure 2011-11-11 14:17:28.000000000 +0000 +@@ -21740,7 +21740,7 @@ + BIN_PERM="2755" + LINKFLAGS="-lkvm -ldevstat" + ;; +-freebsd[5-9].*) ++freebsd[5-9].*|freebsd1[0-9].*) + + cat >>confdefs.h <<\_ACEOF + #define ALLBSD |