Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2022 09:08:00 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8f2654071137 - 2022Q4 - devel/sdl12-compat: drop <alloca.h> workaround after 1e0cb7a6bb0b
Message-ID:  <202210250908.29P980hM099553@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f2654071137a4981cde1378c064b416bf608a45

commit 8f2654071137a4981cde1378c064b416bf608a45
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:07:51 +0000

    devel/sdl12-compat: drop <alloca.h> workaround after 1e0cb7a6bb0b
    
    (cherry picked from commit 7fd933a7d287b9bb21249f12dbeee0e83222cd71)
---
 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?202210250908.29P980hM099553>