This commit is contained in:
jsg 2019-12-07 03:10:09 +00:00
parent d3074235e2
commit 529ec772d8

3
lib/mesa/configure vendored
View File

@ -20079,6 +20079,9 @@ linux*|*-gnu*|gnu*|cygwin*)
solaris*)
DEFINES="$DEFINES -DSVR4"
;;
openbsd*)
DEFINES="$DEFINES -D_ISOC11_SOURCE"
;;
esac
if test "x$android" = xyes; then