svn commit: r499785 - head/net/p5-MaxMind-DB-Reader-XS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Apr 23 17:53:43 UTC 2019


Author: sunpoet
Date: Tue Apr 23 17:53:38 2019
New Revision: 499785
URL: https://svnweb.freebsd.org/changeset/ports/499785

Log:
  Fix build on powerpc
  
  - Respect CC
  
  PR:		237499
  Submitted by:	pkubaj

Modified:
  head/net/p5-MaxMind-DB-Reader-XS/Makefile

Modified: head/net/p5-MaxMind-DB-Reader-XS/Makefile
==============================================================================
--- head/net/p5-MaxMind-DB-Reader-XS/Makefile	Tue Apr 23 17:53:33 2019	(r499784)
+++ head/net/p5-MaxMind-DB-Reader-XS/Makefile	Tue Apr 23 17:53:38 2019	(r499785)
@@ -32,6 +32,8 @@ TEST_DEPENDS=	p5-Module-Implementation>=0:devel/p5-Mod
 USES=		compiler:c11 perl5
 USE_PERL5=	modbuild
 
+CONFIGURE_ENV=	CC=${CC}
+
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MaxMind/DB/Reader/XS/XS.so
 


More information about the svn-ports-all mailing list