diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-23 13:59:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-23 13:59:39 +0000 |
commit | ca008fe518083199cf4759494c7508ef4734a5e3 (patch) | |
tree | f865cabc3a51c5d2edd638d88190ae5f4960f9f9 /lib | |
parent | 3319403477557bd454a228f3b26f24c8905ba56f (diff) |
Updated to Mesa 7.10.3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libGLU/Makefile | 6 | ||||
-rw-r--r-- | lib/libGLw/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libGLU/Makefile b/lib/libGLU/Makefile index 377809b04..d35b6c61f 100644 --- a/lib/libGLU/Makefile +++ b/lib/libGLU/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.15 2010/06/22 20:04:22 matthieu Exp $ +# $OpenBSD: Makefile,v 1.16 2011/10/23 13:59:38 matthieu Exp $ .include <bsd.own.mk> DEBUG?= MESA_MAJOR= 7 -MESA_MINOR= 8 -MESA_TINY= 2 +MESA_MINOR= 10 +MESA_TINY= 3 LIB= GLU diff --git a/lib/libGLw/Makefile b/lib/libGLw/Makefile index f6ca519f9..1b7f5e35d 100644 --- a/lib/libGLw/Makefile +++ b/lib/libGLw/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.13 2010/06/22 20:04:22 matthieu Exp $ +# $OpenBSD: Makefile,v 1.14 2011/10/23 13:59:38 matthieu Exp $ DEBUG?= LIB= GLw MESA_MAJOR= 7 -MESA_MINOR= 8 -MESA_TINY= 2 +MESA_MINOR= 10 +MESA_TINY= 3 CPPFLAGS += -I${X11BASE}/include \ -I${.CURDIR} |