sync with OpenBSD -current

This commit is contained in:
purplerain 2024-04-29 00:35:41 +00:00
parent 5d45cd7ee8
commit 155eb8555e
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
5506 changed files with 1786257 additions and 1416034 deletions

View file

@ -1,13 +1,14 @@
# $OpenBSD: Makefile,v 1.1 2020/08/26 06:02:37 jsg Exp $
# $OpenBSD: Makefile,v 1.2 2024/04/02 10:42:13 jsg Exp $
LIB= compiler
NOPROFILE=
SRCS= glsl_types.cpp \
nir_types.cpp \
SRCS= glsl_types.c \
shader_enums.c
SRCS+= builtin_types.c
.include "../Makefile.inc"
CFLAGS+= ${C_VIS_ARGS} ${NO_OVERRIDE_INIT_ARGS}
@ -25,3 +26,4 @@ obj: _xenocara_obj
.include <bsd.xorg.mk>
.PATH: ${MESA_SRC}/src/compiler
.PATH: ${MESA_SRC}/generated/src/compiler