git: 7fd933a7d287 - main - devel/sdl12-compat: drop <alloca.h> workaround after 1e0cb7a6bb0b
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 09:07:20 UTC
The branch main has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fd933a7d287b9bb21249f12dbeee0e83222cd71 commit 7fd933a7d287b9bb21249f12dbeee0e83222cd71 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-10-25 08:59:52 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-10-25 09:00:30 +0000 devel/sdl12-compat: drop <alloca.h> workaround after 1e0cb7a6bb0b --- devel/sdl12-compat/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/devel/sdl12-compat/Makefile b/devel/sdl12-compat/Makefile index 0a5ded49b57c..82187f5a1b46 100644 --- a/devel/sdl12-compat/Makefile +++ b/devel/sdl12-compat/Makefile @@ -30,9 +30,6 @@ post-patch: # Add library suffix to co-exist with sdl12 package @${REINPLACE_CMD} -e '/OUTPUT_NAME/s/")$$/${SUFFIX}&/' \ ${WRKSRC}/CMakeLists.txt -# <alloca.h> doesn't exist on BSDs and is included by <stdlib.h> on Linux - @${REINPLACE_CMD} -e '/ALLOCA_H/d' \ - ${WRKSRC}/include/SDL/SDL_config.h # Drop unused dependency on libGLU @${REINPLACE_CMD} -e '/glu\.h/d' \ ${WRKSRC}/include/SDL/SDL_opengl.h