net/bmon: Unbreak on DF (Not all BSDs have "BSD" in their name)
This commit is contained in:
parent
66a9794d08
commit
5cfbaf8b11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369650
1 changed files with 11 additions and 0 deletions
11
net/bmon/files/patch-configure.ac
Normal file
11
net/bmon/files/patch-configure.ac
Normal file
|
@ -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])
|
||||
;;
|
||||
|
Loading…
Reference in a new issue