[libbluray-devel] [Git][videolan/libbluray][master] Fix building on FreeBSD
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Thu Sep 22 18:10:36 UTC 2022
Jean-Baptiste Kempf pushed to branch master at VideoLAN / libbluray
Commits:
1ab1bbb1 by Brad Smith at 2022-09-21T16:37:40-04:00
Fix building on FreeBSD
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -58,7 +58,7 @@ case "${host_os}" in
;;
freebsd*)
SYS=freebsd
- CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=700"
+ CFLAGS="${CFLAGS} -D__BSD_VISIBLE=1 -D__XSI_VISIBLE=1"
;;
*)
SYS="${host_os}"
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/1ab1bbb12f1bbe8c1ea0232d1a4911cfb6286f12
--
View it on GitLab: https://code.videolan.org/videolan/libbluray/-/commit/1ab1bbb12f1bbe8c1ea0232d1a4911cfb6286f12
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the libbluray-devel
mailing list