diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-07 10:12:44 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-04-07 10:12:44 +0000 |
| commit | b42ff9239c72cdc8b8462ae987d6d243e9e13ff2 (patch) | |
| tree | 6383e000b9b2d7e9b94370bfab64abb2a33f8e9e /devel/bisoncpp | |
| parent | 687ccf4ec12d53cd362b187c8d160a73f4277e31 (diff) | |
Notes
Diffstat (limited to 'devel/bisoncpp')
| -rw-r--r-- | devel/bisoncpp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bisoncpp/Makefile b/devel/bisoncpp/Makefile index 9d7398aaf46e..a1a5ad887c62 100644 --- a/devel/bisoncpp/Makefile +++ b/devel/bisoncpp/Makefile @@ -47,11 +47,11 @@ post-patch: @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g; \ s|%%PORTVERSION%%|${PORTVERSION}|g' \ ${WRKSRC}/INSTALL.im - @${REINPLACE_CMD} 's|"g++|"g++47|' \ + @${REINPLACE_CMD} 's|"g++|"${CXX}|' \ ${WRKSRC}/INSTALL.im \ ${WRKSRC}/scanner/driver/build \ ${WRKSRC}/parser/driver/build - @${REINPLACE_CMD} 's|"gcc|"gcc47|' \ + @${REINPLACE_CMD} 's|"gcc|"${CC}|' \ ${WRKSRC}/icmake/special @${REINPLACE_CMD} 's|"cp -d |"cp -Pp | ; \ s|"cp -r |"cp -R | ; \ |
