Fix build on DragonFlyBSD.

This commit is contained in:
Bartosz Kuzma 2012-02-28 21:43:38 +00:00 committed by Thomas Klausner
parent df466937c4
commit be893e5f92
2 changed files with 15 additions and 1 deletions

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.5 2012/02/13 13:50:13 bartoszkuzma Exp $
$NetBSD: distinfo,v 1.6 2012/02/28 21:43:38 bartoszkuzma Exp $
SHA1 (rsyslog-5.8.7.tar.gz) = 48e715361b74d2114a97ac8df2668f344dee3f4c
RMD160 (rsyslog-5.8.7.tar.gz) = c7d5399826c8b90d8fa307cab604bfd2bb694834
Size (rsyslog-5.8.7.tar.gz) = 2382972 bytes
SHA1 (patch-configure) = 6933d6145dce60cde0e8c28973f57b7c1cc39aac

View file

@ -0,0 +1,13 @@
$NetBSD: patch-configure,v 1.1 2012/02/28 21:43:38 bartoszkuzma Exp $
--- configure.orig 2012-02-28 21:29:28.000000000 +0000
+++ configure
@@ -12116,7 +12116,7 @@ case "${host}" in
*-*-linux*)
os_type="linux"
;;
- *-*-*darwin*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
+ *-*-*darwin*|*-*-dragonfly*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
$as_echo "#define OS_BSD 1" >>confdefs.h