1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

games/OpenLara: fix patching on GCC architectures

This commit is contained in:
Piotr Kubaj 2021-02-28 21:50:46 +00:00
parent 3ce6817158
commit 36d88b92f8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566820

View File

@ -20,7 +20,7 @@ USE_SDL= sdl2
PLIST_FILES= bin/${PORTNAME}
post-patch:
${REINPLACE_CMD} 's/g++/${CXX} ${CXXFLAGS}/' \
${REINPLACE_CMD} 's|g++|${CXX} ${CXXFLAGS}|' \
${WRKSRC}/src/platform/sdl2/build.sh
do-build: