diff options
author | adam <adam@pkgsrc.org> | 2006-02-09 12:27:42 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-02-09 12:27:42 +0000 |
commit | b5468d064f82bea7b398066239bc9d1e50550d1f (patch) | |
tree | dab8ce0927609ebebac4c096b92233fddbb3cff5 /graphics/glu | |
parent | 58e3af1080c1f6d58291ab161be72aa0bcf0e748 (diff) | |
download | pkgsrc-b5468d064f82bea7b398066239bc9d1e50550d1f.tar.gz |
6.4.2 February 2, 2006
New:
- added OSMesaColorClamp() function/feature
- added wglGetExtensionStringARB() function
Bug fixes:
- fixed some problems when building on Windows
- GLw header files weren't installed by installmesa script (bug 5396)
- GL/glfbdev.h file was missing from tarballs
- fixed TNL initialization bug which could lead to crash (bug 5791)
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 4f677614581..1c07706c81f 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.43 2006/02/05 23:09:32 joerg Exp $ +# $NetBSD: Makefile,v 1.44 2006/02/09 12:27:42 adam Exp $ PKGNAME= ${DISTNAME:C/MesaLib/glu/} -PKGREVISION= 1 COMMENT= GLU polygon tessellation facility for Mesa CONFLICTS+= Mesa-glx-[0-9]* |