aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2017-12-20 23:30:55 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2018-02-04 06:11:44 +0800
commit899b350508ea454f7de079314708491b93d6596c (patch)
tree01dc5abca413a6a61e8a70b14baa5c78a8b2d1c0 /games
parentbbde3525a81a94105b1a7b8452596698a5ae9866 (diff)
downloadfreebsd-ports-gnome-899b350508ea454f7de079314708491b93d6596c.tar.gz
freebsd-ports-gnome-899b350508ea454f7de079314708491b93d6596c.tar.zst
freebsd-ports-gnome-899b350508ea454f7de079314708491b93d6596c.zip
Cross-builds under qemu may have pathname information encoded in CXX.
Fix some regexes to compensate. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r--games/nxengine/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nxengine/Makefile b/games/nxengine/Makefile
index 82b22276b130..4353c5b5123f 100644
--- a/games/nxengine/Makefile
+++ b/games/nxengine/Makefile
@@ -32,7 +32,7 @@ USE_SDL= sdl ttf
SUB_FILES= ${PORTNAME}
pre-build:
- @${REINPLACE_CMD} -e 's/g++/${CXX}/' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's!g++!${CXX}!' ${WRKSRC}/Makefile
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}