Source-Changes-D archive

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

Re: CVS commit: src/external/mit/xorg/lib



On Fri, Jan 31, 2020 at 08:58:18PM +0000, Jared D. McNeill wrote:
> Module Name:	src
> Committed By:	jmcneill
> Date:		Fri Jan 31 20:58:18 UTC 2020
> 
> Modified Files:
> 	src/external/mit/xorg/lib: libmesa.mk
> 	src/external/mit/xorg/lib/libglapi: Makefile
> 
> Log Message:
> Change HAVE_LLVM from 0x0700 to 0x0900.

Can we change this to something like:

NUMERIC_LLVM_VERSION!=	${LLVM_VERSION:R:R} * 256
-DHAVE_LLVM=${NUMERIC_LLVM_VERSION}

(not bothering with the minor, since it will be 0 anyway).

Joerg


Home | Main Index | Thread Index | Old Index