diff options
Diffstat (limited to 'x11/xorg-libraries/files/patch-GL-GL-Imakefile')
-rw-r--r-- | x11/xorg-libraries/files/patch-GL-GL-Imakefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/xorg-libraries/files/patch-GL-GL-Imakefile b/x11/xorg-libraries/files/patch-GL-GL-Imakefile deleted file mode 100644 index 69f1eb2c40d7..000000000000 --- a/x11/xorg-libraries/files/patch-GL-GL-Imakefile +++ /dev/null @@ -1,20 +0,0 @@ -Index: lib/GL/GL/Imakefile -=================================================================== -RCS file: /cvs/xorg/xc/lib/GL/GL/Imakefile,v -retrieving revision 1.5 -diff -u -r1.5 Imakefile ---- lib/GL/GL/Imakefile 23 Jul 2004 05:25:39 -0000 1.5 -+++ lib/GL/GL/Imakefile 29 Dec 2004 20:51:25 -0000 -@@ -209,8 +209,12 @@ - POBJS = $(GLXPOBJS) $(DRIPOBJS) $(DRVPOBJS) $(DRMPOBJS) - - #if LocalThreads -+#if NeedUIThrStubs -+ THREADOBJS = $(LDPRELIB) $(XTHRSTUBLIB) -+#else - THREADOBJS = $(THREADS_LIBS) - #endif -+#endif - - #include <Library.tmpl> - |