[Bug 272680] multimedia/dvdstyler no longer compiles on FreeBSD 14
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 272680] multimedia/dvdstyler no longer compiles on FreeBSD 14"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
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.