aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-08-06 03:49:28 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-08-06 03:49:28 +0000
commit1f53b2d9aff3e353ff1b7dce02999440120dc899 (patch)
treeaa91b8c2608c672e244e1f0486f9eea9d3908f1b /news
parent5fd399ce71482727a39628a55e23e0a755c5e04c (diff)
downloadports-1f53b2d9aff3e353ff1b7dce02999440120dc899.tar.gz
ports-1f53b2d9aff3e353ff1b7dce02999440120dc899.zip
Fix build without gcc.
Notes
Notes: svn path=/head/; revision=364151
Diffstat (limited to 'news')
-rw-r--r--news/husky-devel/Makefile.local2
1 files changed, 2 insertions, 0 deletions
diff --git a/news/husky-devel/Makefile.local b/news/husky-devel/Makefile.local
index e0768fed0d9f..008211799d80 100644
--- a/news/husky-devel/Makefile.local
+++ b/news/husky-devel/Makefile.local
@@ -30,3 +30,5 @@ USES+= gmake
pre-build:
${LN} -sf ${HUSKY_ROOTDIR}/huskybse/huskymak.cfg ${HUSKY_ROOTDIR}
+ @${REINPLACE_CMD} -e 's|gcc|${CC}|; s|g++|${CXX}|' \
+ ${HUSKY_ROOTDIR}/huskymak.cfg