Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2024 16:38:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   =?UTF-8?B?W0J1ZyAyNzUwMTRdIGF1ZGlvL2xpbnV4LWM3LWFsc2EtcGx1Z2lu?= =?UTF-8?B?cy1vc3M6IGZhaWxzIHRvIGJ1aWxkIHdpdGggLWVuYWJsZS10cml2aWFsLWF1?= =?UTF-8?B?dG8tdmFyLWluaXQtemVyby1rbm93aW5nLWl0LXdpbGwtYmUtcmVtb3ZlZC1m?= =?UTF-8?B?cm9tLWNsYW5n?=
Message-ID:  <bug-275014-4077-oTSWKG6Tq0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-275014-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-275014-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275014

--- 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+=3D...
.endif
```

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-275014-4077-oTSWKG6Tq0>