tech-x11 archive

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

Re: gallium build problem



matthew green <mrg%eterna.com.au@localhost> wrote:
>Robert Swindells writes:
>> 
>> Is anyone looking at the build problem in gallium that is happening
>> for most ports ?
>> 
>> It seems to me that there is no need to build gallium at all on most
>> of the ports that are failing.
>> 
>> I have disabled the build of it locally for a couple of ports but
>> it would be cleaner if there was something defined in share/mk to
>> enable building the 3d stuff on selected ports.
>
>i haven't looked, but i will.

I just did this as a temporary fix, I haven't worked out what MLIBDIR
is for yet.

Index: Makefile
===================================================================
RCS file: /cvsroot/src/external/mit/xorg/lib/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile    24 Oct 2015 14:30:28 -0000      1.37
+++ Makefile    31 Oct 2015 20:51:41 -0000
@@ -18,7 +18,7 @@
 .endif
 SUBDIR+=libxcb \
        .WAIT
-.if !defined(MLIBDIR)
+.if !defined(MLIBDIR) && !(${MACHINE_ARCH} == "m68k" || ${MACHINE} == "ibmnws")
 SUBDIR+=dri7 dri gallium
 .endif
 SUBDIR+=fontconfig libSM libX11 \

>we need gallium (or something) for swrast 3D provider, for all X.

Do we need it for all ports ?

I'm not going to try using any 3D applications on mac68k.

Robert Swindells


Home | Main Index | Thread Index | Old Index