Module Name:    src
Committed By:   mrg
Date:           Tue Jun 16 05:16:13 UTC 2009

Modified Files:
        src/external/mit/xorg/lib/dri/libmesa: Makefile

Log Message:
be sure to link in the swrast_setup code, too


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/dri/libmesa/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/dri/libmesa/Makefile
diff -u src/external/mit/xorg/lib/dri/libmesa/Makefile:1.2 src/external/mit/xorg/lib/dri/libmesa/Makefile:1.3
--- src/external/mit/xorg/lib/dri/libmesa/Makefile:1.2	Sun Feb 15 19:00:22 2009
+++ src/external/mit/xorg/lib/dri/libmesa/Makefile	Tue Jun 16 05:16:12 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2009/02/15 19:00:22 mrg Exp $
+#	$NetBSD: Makefile,v 1.3 2009/06/16 05:16:12 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,7 +7,7 @@
 
 SHLIB_MAJOR=	0
 
-MESA_SRC_MODULES=	main math vbo tnl shader swrast slang
+MESA_SRC_MODULES=	main math vbo tnl shader swrast slang ss
 
 CPPFLAGS+=	-I${X11SRCDIR.MesaLib}/src/mesa/main \
 		-I${X11SRCDIR.MesaLib}/src/mesa/glapi \

Reply via email to