svn commit: r350329 - in head/devel/bisoncpp: . files
Gerald Pfeifer
gerald at pfeifer.com
Wed Apr 9 00:15:58 UTC 2014
On Mon, 7 Apr 2014, Sunpoet Po-Chuan Hsieh wrote:
> Thank you, Gerald. I should use CC and CXX here. Is it OK?
>
> Index: Makefile
> ===================================================================
> --- Makefile (revision 350329)
> +++ Makefile (working copy)
> @@ -47,11 +47,11 @@
> @${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 | ; \
If it builds for you, I'd say so, yes.
Thanks for looking into this so quickly.
Gerald
More information about the svn-ports-all
mailing list