diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-11-09 02:23:18 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-11-09 02:23:18 +0000 |
commit | 7b4b24bd7c7e1499c65fb44cad21f8f23a6e8f03 (patch) | |
tree | 20080f3659e40910f49ce9fd4a76ae5b583992e4 /graphics/MesaLib/Makefile | |
parent | 7502be2cfad19d32efd9cd5851fd832d589d36a9 (diff) | |
download | pkgsrc-7b4b24bd7c7e1499c65fb44cad21f8f23a6e8f03.tar.gz |
Patch Mesa's Makefile to use '-fno-strict-aliasing' rather than '-fstrict-aliasing',
as the code contains unsafe use of aliased pointers.
As suggested by tls@ in PR pkg/23381, closing said PR.
Diffstat (limited to 'graphics/MesaLib/Makefile')
-rw-r--r-- | graphics/MesaLib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 3c779e09b36..68aa9730e83 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2003/09/29 21:30:28 jschauma Exp $ +# $NetBSD: Makefile,v 1.25 2003/11/09 02:23:18 jschauma Exp $ PKGNAME= MesaLib-${MESA_VERSION} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} MAINTAINER= rh@NetBSD.org COMMENT= Graphics library similar to SGI's OpenGL |