Skip to content

Commit

Permalink
Fix configure on DragonFly BSD
Browse files Browse the repository at this point in the history
  • Loading branch information
mneumann committed Nov 17, 2018
1 parent a4b64c5 commit 6b31c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;;
Expand Down

0 comments on commit 6b31c97

Please sign in to comment.