pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct 19 13:42:34 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: strip more errors


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/graphics/MesaLib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.169 pkgsrc/graphics/MesaLib/Makefile:1.170
--- pkgsrc/graphics/MesaLib/Makefile:1.169      Fri Oct 18 09:57:07 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Sat Oct 19 13:42:34 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2019/10/18 09:57:07 nia Exp $
+# $NetBSD: Makefile,v 1.170 2019/10/19 13:42:34 nia Exp $
 
 DISTNAME=      mesa-19.2.1
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -144,6 +144,8 @@ TOOL_DEPENDS+=      ${PYPKGPREFIX}-mako-[0-9]
 # needed to build vulkan support
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cElementTree-[0-9]*:../../textproc/py-cElementTree
 
+BUILDLINK_TRANSFORM+=          rm:-Werror=incompatible-pointer-types
+
 # https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1854
 BUILDLINK_TRANSFORM+=          rm:-Werror=return-type
 



Home | Main Index | Thread Index | Old Index