aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-10-01 01:54:13 +0800
committermarino <marino@FreeBSD.org>2014-10-01 01:54:13 +0800
commit342872276630be1107e3b765b7ff3d81a71e8080 (patch)
tree0babd76424435a178230e7ae2f3c334a38e317fc /net
parent29d083e021c48a4c9c8ac7ddd5da809f71b2d068 (diff)
downloadfreebsd-ports-gnome-342872276630be1107e3b765b7ff3d81a71e8080.tar.gz
freebsd-ports-gnome-342872276630be1107e3b765b7ff3d81a71e8080.tar.zst
freebsd-ports-gnome-342872276630be1107e3b765b7ff3d81a71e8080.zip
net/bmon: Unbreak on DF (Not all BSDs have "BSD" in their name)
Diffstat (limited to 'net')
-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])
+ ;;
+