Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/tools/gen_matypes Pull up revision 1.2 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/7f42a5582e4e
branches:  netbsd-3
changeset: 575277:7f42a5582e4e
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Apr 07 11:18:20 2005 +0000

description:
Pull up revision 1.2 (requested by jmc in ticket #114):
Adjust for the latest XFree86 import. Code now compiles, but libraries
might be incomplete and sets are definitely still broken.

diffstat:

 x11/tools/gen_matypes/Makefile |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 7af701880367 -r 7f42a5582e4e x11/tools/gen_matypes/Makefile
--- a/x11/tools/gen_matypes/Makefile    Wed Apr 06 22:40:43 2005 +0000
+++ b/x11/tools/gen_matypes/Makefile    Thu Apr 07 11:18:20 2005 +0000
@@ -1,14 +1,17 @@
-#      $NetBSD: Makefile,v 1.1 2004/02/07 04:19:29 rtr Exp $
+#      $NetBSD: Makefile,v 1.1.8.1 2005/04/07 11:18:20 tron Exp $
 
 NOMAN= 1
 
 .include <bsd.own.mk>
 
-.PATH: ${X11SRCDIR.xc}/extras/Mesa/src/X86
+.PATH: ${X11SRCDIR.xc}/extras/Mesa/src/mesa/x86
 
 HOSTPROG=      gen_matypes
 HOST_CPPFLAGS+=        -I${DESTDIR}${X11INCDIR} \
                -I${X11SRCDIR.xc}/lib/GL/include \
-               -I${X11SRCDIR.xc}/extras/Mesa/src
+               -I${X11SRCDIR.xc}/extras/Mesa/include \
+               -I${X11SRCDIR.xc}/extras/Mesa/src/mesa \
+               -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/main \
+               -I${X11SRCDIR.xc}/extras/Mesa/src/mesa/glapi
 
 .include <bsd.hostprog.mk>



Home | Main Index | Thread Index | Old Index