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 | 6e2383474d3f801fb12ca62a7092c3ba0ab0111c (patch) | |
tree | 20080f3659e40910f49ce9fd4a76ae5b583992e4 /graphics/glu/Makefile | |
parent | 2ae0acdd1ad1680273ac89e04f0c60147a863420 (diff) | |
download | pkgsrc-6e2383474d3f801fb12ca62a7092c3ba0ab0111c.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/glu/Makefile')
-rw-r--r-- | graphics/glu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 55305d38369..859ab598eb5 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2003/09/18 16:25:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2003/11/09 02:23:18 jschauma Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME:C/Lib//} MAINTAINER= rh@NetBSD.org COMMENT= GLU polygon tesselation facility for Mesa |