Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Apr 2014 10:12:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350447 - head/devel/bisoncpp
Message-ID:  <201404071012.s37ACiJt074726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 | ; \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404071012.s37ACiJt074726>