diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-05-10 05:08:20 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-05-10 05:08:20 +0000 |
commit | f540c68b97ff2d7d6480c3068a0f16271810339e (patch) | |
tree | ad6033f5cd3f20d07adbca41207ad36925064dc8 /x11/libGL/files | |
parent | New port: xorg-server taken from X.org release 6.7.0. (diff) |
New port: libGL taken from X.Org release 6.7.0.
Diffstat (limited to 'x11/libGL/files')
-rw-r--r-- | x11/libGL/files/patch-GL-GL-Imakefile | 11 | ||||
-rw-r--r-- | x11/libGL/files/patch-GL-Imakefile | 15 |
2 files changed, 26 insertions, 0 deletions
diff --git a/x11/libGL/files/patch-GL-GL-Imakefile b/x11/libGL/files/patch-GL-GL-Imakefile new file mode 100644 index 000000000000..b81781ddb44f --- /dev/null +++ b/x11/libGL/files/patch-GL-GL-Imakefile @@ -0,0 +1,11 @@ +--- lib/GL/GL/Imakefile.orig Sun May 9 16:07:28 2004 ++++ lib/GL/GL/Imakefile Sun May 9 16:08:51 2004 +@@ -204,7 +204,7 @@ + #endif + + #if BuildXF86DRI && BuildXF86VidModeExt +-VMODEREQUIREDLIBS = $(LDPRELIBS) $(XXF86VMLIB) ++VMODEREQUIREDLIBS = $(LDPRELIBS) -L$(USRLIBDIR) $(XXF86VMLIB) + #endif + + /* 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)) + |