Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/x11/Xserver/GL/glx Pull up revision 1.7 (requested by mar...
details: https://anonhg.NetBSD.org/src/rev/3923e8f6f9b9
branches: netbsd-3
changeset: 575844:3923e8f6f9b9
user: tron <tron%NetBSD.org@localhost>
date: Wed May 18 14:32:58 2005 +0000
description:
Pull up revision 1.7 (requested by martin in ticket #303):
We need ${X11FLAGS.EXTENSION} here, because it carries what xsrc calls
GlxExtraDefines - and those are very important on 64 bit archs at least
(-D__GLX_ALIGN64)
diffstat:
x11/Xserver/GL/glx/Makefile.glx | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8ee88808b9e7 -r 3923e8f6f9b9 x11/Xserver/GL/glx/Makefile.glx
--- a/x11/Xserver/GL/glx/Makefile.glx Wed May 18 14:32:52 2005 +0000
+++ b/x11/Xserver/GL/glx/Makefile.glx Wed May 18 14:32:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.glx,v 1.5.8.1 2005/04/06 20:52:08 tron Exp $
+# $NetBSD: Makefile.glx,v 1.5.8.2 2005/05/18 14:32:58 tron Exp $
LIB= glx
@@ -23,7 +23,7 @@
-I${X11SRCDIR.xc}/extras/Mesa/include \
-I${X11SRCDIR.xc}/lib/GL/include
-CPPFLAGS+= -DGLXEXT -DGLX_USE_MESA
+CPPFLAGS+= ${X11FLAGS.EXTENSION} -DGLXEXT -DGLX_USE_MESA
.include <bsd.x11.mk>
LIBDIR= ${XMODULEDIR}
Home |
Main Index |
Thread Index |
Old Index