[Bug 275014] audio/linux-c7-alsa-plugin s-oss: fails to build with -enable-trivial-au to-var-init-zero-knowing-it-will-be-removed-f rom-clang
Date: Mon, 25 Mar 2024 14:55:38 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275014
Tijl Coosemans <tijl@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tijl@FreeBSD.org
--- Comment #4 from Tijl Coosemans <tijl@FreeBSD.org> ---
audio/linux-c7-alsa-plugins-oss is built using Linux gcc, not FreeBSD clang.
You'll have to exclude the port using something like:
.if empty(.CURDIR:M*/audio/linux-c7-alsa-plugins-oss)
CFLAGS+=...
.endif
--
You are receiving this mail because:
You are the assignee for the bug.