[Bug 272680] multimedia/dvdstyler no longer compiles on FreeBSD 14

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 24 Jul 2023 08:31:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272680

Fernando ApesteguĂ­a <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fernape@FreeBSD.org
             Status|New                         |Open

--- Comment #2 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
The "canonical" way we are fixing these fallouts are with something like this:

+.include <bsd.port.options.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
+CPPFLAGS+=     -Dregister=
+.endif
+

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