summaryrefslogtreecommitdiff
path: root/x11/libGL/files/patch-GL-Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libGL/files/patch-GL-Imakefile')
-rw-r--r--x11/libGL/files/patch-GL-Imakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/libGL/files/patch-GL-Imakefile b/x11/libGL/files/patch-GL-Imakefile
new file mode 100644
index 000000000000..50c36999bcf3
--- /dev/null
+++ b/x11/libGL/files/patch-GL-Imakefile
@@ -0,0 +1,15 @@
+--- lib/GL/Imakefile.orig Thu Mar 4 09:46:25 2004
++++ lib/GL/Imakefile Sun May 9 11:26:47 2004
+@@ -107,11 +107,7 @@
+ * built-in to libGL. In the former case, libGL needs to be built before
+ * the drivers, and in the latter case, it needs to be built after the driver.
+ */
+-#if BuildXF86DRI && GlxUseBuiltInDRIDriver
+-SUBDIRS = $(MESADIRS) $(DRIDIRS) $(DRIVERDIRS) $(GLXDIRS) $(LIBGLBUILDDIR) $(OSMESADIRS)
+-#else
+-SUBDIRS = $(MESADIRS) $(GLXDIRS) $(DRIDIRS) $(LIBGLBUILDDIR) $(OSMESADIRS) $(DRIVERDIRS)
+-#endif
++SUBDIRS = $(GLXDIRS) $(DRIDIRS) $(LIBGLBUILDDIR)
+
+ MakeSubdirs($(SUBDIRS))
+