svn commit: r529759 - head/graphics/glad

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 28 21:15:43 UTC 2020


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 at 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>


More information about the svn-ports-head mailing list