aboutsummaryrefslogtreecommitdiff
path: root/graphics/glad
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-03-28 19:57:37 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-03-28 19:57:37 +0000
commit50924cb17c84e8a99c98a58dad5b34b507c4183b (patch)
tree03617870b64d996a70f88bacf69195ced6ee7fb8 /graphics/glad
parent987c7d4bc0b1e374d6f701d9d5765f419ccda83e (diff)
downloadports-50924cb17c84e8a99c98a58dad5b34b507c4183b.tar.gz
ports-50924cb17c84e8a99c98a58dad5b34b507c4183b.zip
graphics/glad: Conflicts with mesa-libs
Reported by: Ka Ho Ng <khng300@gmail.com>
Notes
Notes: svn path=/head/; revision=529759
Diffstat (limited to 'graphics/glad')
-rw-r--r--graphics/glad/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/glad/Makefile b/graphics/glad/Makefile
index 8e13f45aa15b..4560664610be 100644
--- a/graphics/glad/Makefile
+++ b/graphics/glad/Makefile
@@ -18,4 +18,6 @@ USE_LDCONFIG= yes
CMAKE_ON= GLAD_INSTALL BUILD_SHARED_LIBS GLAD_REPRODUCIBLE
+CONFLICTS_INSTALL= mesa-libs # include/KHR/khrplatform.h, see https://github.com/Dav1dde/glad/issues/260
+
.include <bsd.port.mk>