Source-Changes-HG archive

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

[src/netbsd-3]: src/x11/lib/OSmesa Pull up revision 1.17 (requested by jmc in...



details:   https://anonhg.NetBSD.org/src/rev/e7a6b2c97fc8
branches:  netbsd-3
changeset: 575221:e7a6b2c97fc8
user:      tron <tron%NetBSD.org@localhost>
date:      Wed Apr 06 21:31:06 2005 +0000

description:
Pull up revision 1.17 (requested by jmc in ticket #114):
+ update .PATH for sparc clip.S
+ enable MIEXT_* by default since it is required by Xdmx and all archs
  build it
This makes -m sparc build src/x11

diffstat:

 x11/lib/OSmesa/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c7729e78fc4 -r e7a6b2c97fc8 x11/lib/OSmesa/Makefile
--- a/x11/lib/OSmesa/Makefile   Wed Apr 06 21:29:59 2005 +0000
+++ b/x11/lib/OSmesa/Makefile   Wed Apr 06 21:31:06 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.15.2.1 2005/04/06 20:52:32 tron Exp $
+#      $NetBSD: Makefile,v 1.15.2.2 2005/04/06 21:31:06 tron Exp $
 
 NOLINT=                1       # XTODO: 3dnow.ln barfs on src/math/m_vertices.h
 
@@ -83,7 +83,7 @@
 .endif
 
 .if ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64"
-.PATH:         ${X11SRCDIR.xc}/extras/Mesa/src/SPARC
+.PATH:         ${X11SRCDIR.xc}/extras/Mesa/src/mesa/sparc
 SRCS+=         sparc.c xform.S clip.S norm.S
 CPPFLAGS+=     -DUSE_SPARC_ASM
 COMPILE.S=     ${COMPILE.s}            # XXX don't want -traditional-cpp



Home | Main Index | Thread Index | Old Index