svn commit: r499784 - head/net/libmaxminddb

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


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

Log:
  Fix build on powerpc
  
  PR:		237497
  Submitted by:	pkubaj

Modified:
  head/net/libmaxminddb/Makefile

Modified: head/net/libmaxminddb/Makefile
==============================================================================
--- head/net/libmaxminddb/Makefile	Tue Apr 23 17:53:28 2019	(r499783)
+++ head/net/libmaxminddb/Makefile	Tue Apr 23 17:53:33 2019	(r499784)
@@ -12,10 +12,10 @@ COMMENT=	Library for the MaxMind DB file format used f
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake libtool
+USES=		compiler:c11 gmake libtool
 
-GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list