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 | 55b9b1d9c185238a5305770313eb2399b888a02e (patch) | |
tree | dab8ce0927609ebebac4c096b92233fddbb3cff5 /graphics/Mesa/Makefile | |
parent | 6798f988d6967cb8058b5e6f41cc34f6d3bd643e (diff) | |
download | pkgsrc-55b9b1d9c185238a5305770313eb2399b888a02e.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/Mesa/Makefile')
-rw-r--r-- | graphics/Mesa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 841c36c2c8b..1a3f8080870 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2006/02/05 23:09:27 joerg Exp $ +# $NetBSD: Makefile,v 1.65 2006/02/09 12:27:42 adam Exp $ PKGNAME= Mesa-${MESA_VERSION} -PKGREVISION= 1 MASTER_SITES= # empty DISTFILES= # empty |