Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 09:07:20 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7fd933a7d287 - main - devel/sdl12-compat: drop <alloca.h> workaround after 1e0cb7a6bb0b
Message-ID:  <202210250907.29P97KfP099327@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210250907.29P97KfP099327>