svn commit: r546329 - head/astro/celestia
Alexey Dokuchaev
danfe at FreeBSD.org
Thu Aug 27 08:11:19 UTC 2020
Author: danfe
Date: Thu Aug 27 08:11:18 2020
New Revision: 546329
URL: https://svnweb.freebsd.org/changeset/ports/546329
Log:
Unbreak the build on recent -CURRENT.
Reported by: pkg-fallout
Modified:
head/astro/celestia/Makefile
Modified: head/astro/celestia/Makefile
==============================================================================
--- head/astro/celestia/Makefile Thu Aug 27 08:01:14 2020 (r546328)
+++ head/astro/celestia/Makefile Thu Aug 27 08:11:18 2020 (r546329)
@@ -79,6 +79,8 @@ post-patch:
@${REINPLACE_CMD} -E '/fav(->|\.)fov/s|NULL|0.0|' \
${WRKSRC}/src/celestia/celestiacore.cpp \
${WRKSRC}/src/celestia/favorites.cpp
+ @${REINPLACE_CMD} -e '280s,NULL,false,' \
+ ${WRKSRC}/src/celengine/parseobject.cpp
# Fix Lua discovery pkg-config(1) calls
@${REINPLACE_CMD} -E 's|lua5\.?|lua-5.|' ${WRKSRC}/configure
# Remove controversial compiler options (respect our C[XX]FLAGS)
More information about the svn-ports-all
mailing list