Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 17:53:38 +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: r499785 - head/net/p5-MaxMind-DB-Reader-XS
Message-ID:  <201904231753.x3NHrcx5022361@repo.freebsd.org>

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



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