pkgsrc-Users archive

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

Re: gcc12 incompatible with ctfconvert?



On Tue 03 Oct 2023 at 15:59:14 +0200, Rhialto wrote:
> Or should there be a
> version check on NetBSD version before enabling _OPSYS_SUPPORTS_CTF?

I could make it

.if exists(/usr/bin/ctfconvert)
_OPSYS_SUPPORTS_CTF=		yes # Compact Type Format conversion.
.endif

the same as in mk/tools/tools.NetBSD.mk:

.if exists(/usr/bin/ctfconvert)
TOOLS_PLATFORM.ctfconvert?=	/usr/bin/ctfconvert
.endif

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert                            <rhialto/at/falu.nl>
\X/ There is no AI. There is just someone else's work.           --I. Rose

Attachment: signature.asc
Description: PGP signature



Home | Main Index | Thread Index | Old Index