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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:09:43 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:09:36 2019
New Revision: 492579
URL: https://svnweb.freebsd.org/changeset/ports/492579

Log:
  Fix build on powerpc
  
  PR:		235616
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

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	Sun Feb 10 00:09:15 2019	(r492578)
+++ head/net/p5-MaxMind-DB-Reader-XS/Makefile	Sun Feb 10 00:09:36 2019	(r492579)
@@ -29,7 +29,7 @@ TEST_DEPENDS=	p5-Module-Implementation>=0:devel/p5-Mod
 		p5-Test-Number-Delta>=0:devel/p5-Test-Number-Delta \
 		p5-Test-Requires>=0:devel/p5-Test-Requires
 
-USES=		perl5
+USES=		compiler:c11 perl5
 USE_PERL5=	modbuild
 
 post-install:


More information about the svn-ports-all mailing list