diff options
author | marino <marino@FreeBSD.org> | 2014-10-01 01:54:13 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-01 01:54:13 +0800 |
commit | 342872276630be1107e3b765b7ff3d81a71e8080 (patch) | |
tree | 0babd76424435a178230e7ae2f3c334a38e317fc /net | |
parent | 29d083e021c48a4c9c8ac7ddd5da809f71b2d068 (diff) | |
download | freebsd-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.ac | 11 |
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]) + ;; + |