summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-08-26 06:36:09 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-08-26 06:36:09 +0000
commitd1e55e97730b82c60b7772f396f2fe014f22c036 (patch)
tree3279c154c12d926c6121e2bbd121dca76487cdbe /lib
parenta6f897856d16d64d13f96eb5ca7e9145b5fdf2e8 (diff)
adjust for files which are symlinks in distfile
Diffstat (limited to 'lib')
-rw-r--r--lib/mesa/mk/libr200/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/mesa/mk/libr200/Makefile b/lib/mesa/mk/libr200/Makefile
index 22ea92ff6..93e46ba34 100644
--- a/lib/mesa/mk/libr200/Makefile
+++ b/lib/mesa/mk/libr200/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 2020/08/26 06:02:40 jsg Exp $
+# $OpenBSD: Makefile,v 1.2 2020/08/26 06:36:08 jsg Exp $
LIB= r200
@@ -40,6 +40,8 @@ CFLAGS+= ${C_VIS_ARGS}
CPPFLAGS+= -DRADEON_R200 \
-I${MESA_SRC}/src/mesa/drivers/dri/r200 \
-I${MESA_SRC}/src/mesa/drivers/dri/r200/server \
+ -I${MESA_SRC}/src/mesa/drivers/dri/radeon \
+ -I${MESA_SRC}/src/mesa/drivers/dri/radeon/server \
-I${MESA_SRC}/src/mesa/drivers/dri/common \
-I${MESA_SRC}/src/mesa \
-I${MESA_SRC}/src/mapi \
@@ -53,3 +55,4 @@ obj: _xenocara_obj
.include <bsd.xorg.mk>
.PATH: ${MESA_SRC}/src/mesa/drivers/dri/r200
+.PATH: ${MESA_SRC}/src/mesa/drivers/dri/radeon