tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Problem when compiling with -j4 on Solaris (only!)




On Fri, 12 Dec 2008, Hubert Feyrer wrote:
You've got a point there. I'll give the patch below a try - please sanity-check!

Worked fine for a full X build. I'll commit & request a pullup.


 - Hubert



- Hubert

Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/lib/Makefile,v
retrieving revision 1.4.6.3
diff -u -r1.4.6.3 Makefile
--- Makefile    19 Nov 2008 00:34:33 -0000      1.4.6.3
+++ Makefile    12 Dec 2008 17:56:36 -0000
@@ -7,10 +7,10 @@
        .WAIT \
        fontconfig libSM libX11 liblbxutil \
        .WAIT \
-       libXcomposite libXdamage libXext libXfixes libXi libXt \
+       libXcomposite libXdamage libXext libXfixes libXt \
        libxkbfile \
        .WAIT \
-       libXp libXxf86vm \
+       libXi libXp libXxf86vm \
        .WAIT \
        libGL libXScrnSaver libXTrap libXevie libXfont libXfontcache \
        libXinerama libXmu libXmuu libXpm libXprintUtil libXrender \



Home | Main Index | Thread Index | Old Index