diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-11-12 04:27:31 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-11-12 04:27:31 +0000 |
commit | 98be7ccb066083a2f0e0964417308e8b83b08efc (patch) | |
tree | 6c1d7edaeb9cb24e731d87e550bc117e4b736c9c /graphics/dri-devel/files/patch-GL-Imakefile | |
parent | add .so support (diff) |
Resurrect dri-devel with a snapshot of today's DRI CVS. It contains only the
OpenGL drivers, like the graphics/dri port, rather than also providing the
XFree86 server, 2d drivers, and related modules.
Diffstat (limited to 'graphics/dri-devel/files/patch-GL-Imakefile')
-rw-r--r-- | graphics/dri-devel/files/patch-GL-Imakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dri-devel/files/patch-GL-Imakefile b/graphics/dri-devel/files/patch-GL-Imakefile new file mode 100644 index 000000000000..7871661f0879 --- /dev/null +++ b/graphics/dri-devel/files/patch-GL-Imakefile @@ -0,0 +1,11 @@ +--- lib/GL/Imakefile.orig Tue Nov 11 18:00:25 2003 ++++ lib/GL/Imakefile Tue Nov 11 18:00:26 2003 +@@ -110,7 +110,7 @@ + #if BuildXF86DRI && GlxUseBuiltInDRIDriver + SUBDIRS = $(MESADIRS) $(DRIDIRS) $(DRIVERDIRS) $(GLXDIRS) $(LIBGLBUILDDIR) $(OSMESADIRS) + #else +-SUBDIRS = $(MESADIRS) $(GLXDIRS) $(DRIDIRS) $(LIBGLBUILDDIR) $(OSMESADIRS) $(DRIVERDIRS) ++SUBDIRS = $(MESADIRS) $(GLXDIRS) $(DRIDIRS) $(DRIVERDIRS) + #endif + + MakeSubdirs($(SUBDIRS)) |