Module Name: src
Committed By: mrg
Date: Mon Jul 12 09:40:31 UTC 2021
Modified Files:
src/external/mit/xorg/lib/libEGL: Makefile
Log Message:
look for libglapi in ${OLD_SUFFIX}. noted by gson.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/mit/xorg/lib/libEGL/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/libEGL/Makefile
diff -u src/external/mit/xorg/lib/libEGL/Makefile:1.5 src/external/mit/xorg/lib/libEGL/Makefile:1.6
--- src/external/mit/xorg/lib/libEGL/Makefile:1.5 Tue Sep 24 19:29:42 2019
+++ src/external/mit/xorg/lib/libEGL/Makefile Mon Jul 12 09:40:31 2021
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/09/24 19:29:42 maya Exp $
+# $NetBSD: Makefile,v 1.6 2021/07/12 09:40:31 mrg Exp $
.include <bsd.own.mk>
+.include "../mesa-which.mk"
+
LIB= EGL
LIBISCXX= yes
@@ -98,7 +100,7 @@ LIBDPLIBS= Xext ${.CURDIR}/../libXext \
Xfixes ${.CURDIR}/../libXfixes \
Xdamage ${.CURDIR}/../libXdamage \
Xdmcp ${.CURDIR}/../libXdmcp \
- glapi ${.CURDIR}/../libglapi \
+ glapi ${.CURDIR}/../libglapi${OLD_SUFFIX} \
drm ${.CURDIR}/../libdrm \
gbm ${.CURDIR}/../libgbm \
xshmfence ${.CURDIR}/../libxshmfence \