freebsd-ports/graphics/dri/files/patch-GL-Imakefile
Eric Anholt a5954ed93b Add new port "dri". This port contains the split-out DRI client drivers from
XFree86-4-Server.  I decided the history from XFree86-4-Server wasn't
significant enough, and will hopefully be obsolete soon when Mesa starts
providing the DRI drivers.
2003-11-09 08:24:56 +00:00

11 lines
442 B
Text

--- lib/GL/Imakefile.orig Sat Nov 8 23:54:33 2003
+++ lib/GL/Imakefile Sat Nov 8 23:55:05 2003
@@ -106,7 +106,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))