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/GL | |
| 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/GL')
| -rw-r--r-- | x11/lib/GL/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/lib/GL/Makefile b/x11/lib/GL/Makefile index 597e663d2fe..73ef2f101e6 100644 --- a/x11/lib/GL/Makefile +++ b/x11/lib/GL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/03/20 23:52:05 rtr Exp $ +# $NetBSD: Makefile,v 1.12 2005/05/14 19:27:56 martin Exp $ .include <bsd.own.mk> @@ -125,7 +125,8 @@ CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11 \ -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/glapi \ -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/main \ -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/drivers/dri/common \ - ${X11FLAGS.THREADS} -DGLXEXT -DGLX_USE_MESA + ${X11FLAGS.THREADS} ${X11FLAGS.EXTENSION} -DGLXEXT \ + -DGLX_USE_MESA LIBDPLIBS= Xext ${.CURDIR}/../Xext \ X11 ${.CURDIR}/../X11/dynamic |
