From 6e2383474d3f801fb12ca62a7092c3ba0ab0111c Mon Sep 17 00:00:00 2001 From: jschauma Date: Sun, 9 Nov 2003 02:23:18 +0000 Subject: 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. --- graphics/glut/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/glut/Makefile') diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 1bdcb6632a2..2040843cbfc 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2003/09/18 16:25:12 jmmv Exp $ +# $NetBSD: Makefile,v 1.21 2003/11/09 02:23:18 jschauma Exp $ PKGNAME= ${DISTNAME:S/MesaLib/glut/} +PKGREVISION= 1 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${DISTNAME:S/MesaLib/MesaDemos/}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} -- cgit v1.2.3