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:   maya
Date:           Tue Sep  3 09:37:17 UTC 2019

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: another merge request link, for why we need to disable some of
-Werror.


To generate a diff of this commit:
cvs rdiff -u -r1.163 -r1.164 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.163 pkgsrc/graphics/MesaLib/Makefile:1.164
--- pkgsrc/graphics/MesaLib/Makefile:1.163      Tue Sep  3 08:58:39 2019
+++ pkgsrc/graphics/MesaLib/Makefile    Tue Sep  3 09:37:17 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.163 2019/09/03 08:58:39 maya Exp $
+# $NetBSD: Makefile,v 1.164 2019/09/03 09:37:17 maya Exp $
 
 DISTNAME=      mesa-19.1.5
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -151,6 +151,7 @@ MESON_ARGS+=        -Dgallium-xvmc=false
 CPPFLAGS+=     -DHAVE_NOATEXIT
 CPPFLAGS+=     -DSYSCONFDIR=${PKG_SYSCONFDIR}
 
+# https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1854
 BUILDLINK_TRANSFORM+=          rm:-Werror=return-type
 
 # https://gitlab.freedesktop.org/mesa/mesa/merge_requests/1853



Home | Main Index | Thread Index | Old Index