diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-10-29 16:45:40 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-10-29 16:45:40 +0000 |
commit | 82c8483383b5fc4e0570c6008130333f5f9bb46b (patch) | |
tree | 116d610f341a4415c5a44542113886a7fbb54549 /xserver/dri3 | |
parent | 984c9a86a344c3d6b5951ad1e8733bd3c5c1c9f7 (diff) |
Update to xserver 21.1.9.
All the security patches have already been committed.
Udated autoconf to 2.71 explains the large build infrastructure diff.
Diffstat (limited to 'xserver/dri3')
-rw-r--r-- | xserver/dri3/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xserver/dri3/Makefile.in b/xserver/dri3/Makefile.in index f1e89b9d7..ec5a14d5d 100644 --- a/xserver/dri3/Makefile.in +++ b/xserver/dri3/Makefile.in @@ -265,6 +265,8 @@ LD_NO_UNDEFINED_FLAG = @LD_NO_UNDEFINED_FLAG@ LEX = @LEX@ LEXLIB = @LEXLIB@ LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBBSD_CFLAGS = @LIBBSD_CFLAGS@ +LIBBSD_LIBS = @LIBBSD_LIBS@ LIBDRM_CFLAGS = @LIBDRM_CFLAGS@ LIBDRM_LIBS = @LIBDRM_LIBS@ LIBOBJS = @LIBOBJS@ |