summaryrefslogtreecommitdiff
path: root/graphics/glut/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
commit6e2383474d3f801fb12ca62a7092c3ba0ab0111c (patch)
tree20080f3659e40910f49ce9fd4a76ae5b583992e4 /graphics/glut/Makefile
parent2ae0acdd1ad1680273ac89e04f0c60147a863420 (diff)
downloadpkgsrc-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/glut/Makefile')
-rw-r--r--graphics/glut/Makefile3
1 files changed, 2 insertions, 1 deletions
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//}