svn commit: r350447 - head/devel/bisoncpp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Apr 7 10:12:45 UTC 2014


Author: sunpoet
Date: Mon Apr  7 10:12:44 2014
New Revision: 350447
URL: http://svnweb.freebsd.org/changeset/ports/350447
QAT: https://qat.redports.org/buildarchive/r350447/

Log:
  - Respect CC and CXX
  
  Notified by:	gerald

Modified:
  head/devel/bisoncpp/Makefile

Modified: head/devel/bisoncpp/Makefile
==============================================================================
--- head/devel/bisoncpp/Makefile	Mon Apr  7 10:12:40 2014	(r350446)
+++ head/devel/bisoncpp/Makefile	Mon Apr  7 10:12:44 2014	(r350447)
@@ -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 | ; \


More information about the svn-ports-head mailing list