diff options
| author | martin <martin@NetBSD.org> | 2005-05-14 19:27:56 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2005-05-14 19:27:56 +0000 |
| commit | 4f8a6aa79a51254932cf94de6aaf8c8af5610d08 (patch) | |
| tree | 9c987ab3a5e6d3add77c6cc061484c97d25e9d54 /x11/lib/OSmesa | |
| parent | 4ed2a0cea6de2575dbd0fd680f0588347e754612 (diff) | |
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 (limited to 'x11/lib/OSmesa')
| -rw-r--r-- | x11/lib/OSmesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lib/OSmesa/Makefile b/x11/lib/OSmesa/Makefile index ab3badcf7e2..4b0bb34e917 100644 --- a/x11/lib/OSmesa/Makefile +++ b/x11/lib/OSmesa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/03/22 19:47:59 rtr Exp $ +# $NetBSD: Makefile,v 1.18 2005/05/14 19:27:56 martin Exp $ NOLINT= 1 # XTODO: 3dnow.ln barfs on src/math/m_vertices.h @@ -57,7 +57,7 @@ CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11 \ -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/main \ -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/glapi \ -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/shader \ - ${X11FLAGS.THREADS} \ + ${X11FLAGS.THREADS} ${X11FLAGS.EXTENSION} \ -DGLXEXT -DGLX_USE_MESA .if ${MACHINE_ARCH} == "i386" |
