aboutsummaryrefslogtreecommitdiffstats
path: root/net/bmon
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-10-01 01:54:13 +0800
committerJohn Marino <marino@FreeBSD.org>2014-10-01 01:54:13 +0800
commit5cfbaf8b11fdb70f8e5307dcc0d054b17658fe95 (patch)
tree0babd76424435a178230e7ae2f3c334a38e317fc /net/bmon
parent66a9794d08759b2dfaec65e16d0a6ba4192145c6 (diff)
downloadfreebsd-ports-gnome-5cfbaf8b11fdb70f8e5307dcc0d054b17658fe95.tar.gz
freebsd-ports-gnome-5cfbaf8b11fdb70f8e5307dcc0d054b17658fe95.tar.zst
freebsd-ports-gnome-5cfbaf8b11fdb70f8e5307dcc0d054b17658fe95.zip
net/bmon: Unbreak on DF (Not all BSDs have "BSD" in their name)
Diffstat (limited to 'net/bmon')
-rw-r--r--net/bmon/files/patch-configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bmon/files/patch-configure.ac b/net/bmon/files/patch-configure.ac
new file mode 100644
index 000000000000..c032305e7a7f
--- /dev/null
+++ b/net/bmon/files/patch-configure.ac
@@ -0,0 +1,11 @@
+--- configure.ac.orig 2014-07-06 11:51:29 UTC
++++ configure.ac
+@@ -164,7 +164,7 @@ case ${target_os} in
+ AC_DEFINE_UNQUOTED(SYS_SUNOS, "1", [operating system])
+ ;;
+
+- *bsd*)
++ *bsd*|dragonfly*)
+ AC_DEFINE_UNQUOTED(SYS_BSD, "1", [operating system])
+ ;;
+