svn commit: r325811 - head/astro/p5-Astro-Hipparcos

Andrej Zverev az at FreeBSD.org
Sat Aug 31 14:23:19 UTC 2013


Author: az
Date: Sat Aug 31 14:23:18 2013
New Revision: 325811
URL: http://svnweb.freebsd.org/changeset/ports/325811

Log:
  - Do not hardcode compiller name (fix build w/o gcc in base)

Modified:
  head/astro/p5-Astro-Hipparcos/Makefile

Modified: head/astro/p5-Astro-Hipparcos/Makefile
==============================================================================
--- head/astro/p5-Astro-Hipparcos/Makefile	Sat Aug 31 14:12:05 2013	(r325810)
+++ head/astro/p5-Astro-Hipparcos/Makefile	Sat Aug 31 14:23:18 2013	(r325811)
@@ -13,7 +13,7 @@ COMMENT=	Perl extension for reading the 
 BUILD_DEPENDS=	p5-ExtUtils-XSpp>=0.06:${PORTSDIR}/devel/p5-ExtUtils-XSpp \
 		p5-ExtUtils-ParseXS>=2.22:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
 
-MAKE_ARGS+=	"CC=g++"
+MAKE_ARGS+=	CC="${CXX}"
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list