Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 00:09:37 +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: r492579 - head/net/p5-MaxMind-DB-Reader-XS
Message-ID:  <201902100009.x1A09bHZ086379@repo.freebsd.org>

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



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