git: 74791d08b908 - main - multimedia/mjpegtools: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Jun 2023 18:10:03 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=74791d08b90803b2f258f182043e72fc164491cb commit 74791d08b90803b2f258f182043e72fc164491cb Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-06-25 12:20:49 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-06-25 18:09:48 +0000 multimedia/mjpegtools: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- multimedia/mjpegtools/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 7a4a0e760f08..f90dba836a4f 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -39,10 +39,20 @@ SDL_USES= sdl SDL_USE= SDL=gfx,sdl SDL_CONFIGURE_OFF= --without-libsdl --without-sdlgfx +.include <bsd.port.options.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 +CPPFLAGS+= -Dregister= +.endif + post-patch: @${REINPLACE_CMD} \ -e 's| \*-\*-linux\*)| *-*-*)|' \ -e '/ARCHFLAGS=/d' ${WRKSRC}/configure +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 + @${REINPLACE_CMD} -e 's|auto_ptr|unique_ptr|' \ + ${WRKSRC}/mplex/main.cpp +.endif post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}