[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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 26 Mar 2024 16:38:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275014

--- Comment #11 from Sean McBride <sean@rogue-research.com> ---
(In reply to Tijl Coosemans from comment #4)

Your conditionalization suggestion worked, thanks!  But looks like I need to
generalize it to other ports too, like www/linux-c7-qtwebkit.

What language/syntax is that?  Does it allow wildcards like this?

```
.if empty(.CURDIR:M*/linux-c7-*)
CFLAGS+=...
.endif
```

-- 
You are receiving this mail because:
You are the assignee for the bug.