Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2019 17:53:33 +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: r499784 - head/net/libmaxminddb
Message-ID:  <201904231753.x3NHrXck022239@repo.freebsd.org>

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



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