[Bug 249328] editors/libreoffice: link failure on canvasdemo

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 10 Nov 2021 13:44:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249328

--- Comment #7 from Bertrand Petit <bsdpr@phoe.frmug.org> ---
(In reply to Gleb Popov from comment #6)
There is not explicit or operator but, for the same effect, you can use
something like this:

ifneq ($(filter OS1 OS2 OSn, $(OS)),)
...
endif

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