summaryrefslogtreecommitdiff
path: root/graphics/MesaLib/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2003-11-09 02:23:18 +0000
committerjschauma <jschauma@pkgsrc.org>2003-11-09 02:23:18 +0000
commit7b4b24bd7c7e1499c65fb44cad21f8f23a6e8f03 (patch)
tree20080f3659e40910f49ce9fd4a76ae5b583992e4 /graphics/MesaLib/Makefile
parent7502be2cfad19d32efd9cd5851fd832d589d36a9 (diff)
downloadpkgsrc-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/Makefile3
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