From 6b31c97d4e9ecdf0420f51733ffb55c527811cbe Mon Sep 17 00:00:00 2001 From: Michael Neumann Date: Sat, 17 Nov 2018 16:44:39 +0100 Subject: Fix configure on DragonFly BSD --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7dc6bac..e3ebd0b 100755 --- a/configure +++ b/configure @@ -226,7 +226,7 @@ LDFLAGS_STD="-lc" OS=$(uname) case "$OS" in -FreeBSD) CFLAGS_STD="$CFLAGS_STD -D_BSD_SOURCE -D__BSD_VISIBLE=1" ;; +FreeBSD|DragonFly) CFLAGS_STD="$CFLAGS_STD -D_BSD_SOURCE -D__BSD_VISIBLE=1" ;; *BSD) CFLAGS_STD="$CFLAGS_STD -D_BSD_SOURCE" ;; Darwin) CFLAGS_STD="$CFLAGS_STD -D_DARWIN_C_SOURCE" ;; AIX) CFLAGS_STD="$CFLAGS_STD -D_ALL_SOURCE" ;; -- cgit v1.2.3