Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2020 19:57:38 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529759 - head/graphics/glad
Message-ID:  <202003281957.02SJvcCX001143@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Mar 28 19:57:37 2020
New Revision: 529759
URL: https://svnweb.freebsd.org/changeset/ports/529759

Log:
  graphics/glad: Conflicts with mesa-libs
  
  Reported by:	Ka Ho Ng <khng300@gmail.com>

Modified:
  head/graphics/glad/Makefile

Modified: head/graphics/glad/Makefile
==============================================================================
--- head/graphics/glad/Makefile	Sat Mar 28 19:41:50 2020	(r529758)
+++ head/graphics/glad/Makefile	Sat Mar 28 19:57:37 2020	(r529759)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003281957.02SJvcCX001143>