pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/multimedia/libvpx
* On 2019-11-23 at 19:17 GMT, Greg Troxel wrote:
> .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
> -. if ${PKGSRC_COMPILER} == "gcc" && (${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS")
> +. if !empty(${PKGSRC_COMPILER:Mgcc}) && (${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS")
> # PR pkg/48508: GCC 4.4 or later is required to compile ssse3 code on NetBSD & Solaris.
> GCC_REQD+= 4.4
> . endif
At this point in time you might as well just set GCC_REQD
unconditionally and simplify this, it's not like you can actually
build much of pkgsrc with older than 4.4 these days.
--
Jonathan Perkin - Joyent, Inc. - www.joyent.com
Home |
Main Index |
Thread Index |
Old Index