mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-15 05:39:13 +00:00
build addrlib with -Wno-unused-variable matching meson build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.1 2020/08/26 06:02:36 jsg Exp $
|
# $OpenBSD: Makefile,v 1.2 2020/08/27 05:02:25 jsg Exp $
|
||||||
|
|
||||||
LIB= addrlib
|
LIB= addrlib
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ SRCS= addrinterface.cpp \
|
|||||||
|
|
||||||
.include "../Makefile.inc"
|
.include "../Makefile.inc"
|
||||||
|
|
||||||
CXXFLAGS+= ${CXX_VIS_ARGS}
|
CXXFLAGS+= ${CXX_VIS_ARGS} -Wno-unused-variable
|
||||||
CPPFLAGS+= -I${MESA_SRC}/src/gallium/include \
|
CPPFLAGS+= -I${MESA_SRC}/src/gallium/include \
|
||||||
-I${MESA_SRC}/src/gallium/auxiliary \
|
-I${MESA_SRC}/src/gallium/auxiliary \
|
||||||
-I${MESA_SRC}/src/amd/addrlib/inc \
|
-I${MESA_SRC}/src/amd/addrlib/inc \
|
||||||
|
|||||||
Reference in New Issue
Block a user