046f081b46c8479820409cf8f530b988221bd15b reorganized CPP flags to no
longer unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS but only on
systems (e.g., glibc based ones) that require it. As kFreeBSD is using
glibc, it needs to be treated the same.
---
configure | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index d527ed1..fdcd2d8 100755
--- a/configure
+++ b/configure
@@ -2487,6 +2487,7 @@ case $target_os in
enable dos_paths
;;
gnu/kfreebsd)
+ add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
;;
gnu)
;;
--
1.7.4.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel