Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 12:44:24 +0000 (UTC)
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500484 - head/net/py-maxminddb
Message-ID:  <201904301244.x3UCiOYg023441@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivier
Date: Tue Apr 30 12:44:24 2019
New Revision: 500484
URL: https://svnweb.freebsd.org/changeset/ports/500484

Log:
  Fix build with GCC-based architectures.
  
  PR:		237670
  Submitted by:	pkubaj

Modified:
  head/net/py-maxminddb/Makefile

Modified: head/net/py-maxminddb/Makefile
==============================================================================
--- head/net/py-maxminddb/Makefile	Tue Apr 30 12:29:12 2019	(r500483)
+++ head/net/py-maxminddb/Makefile	Tue Apr 30 12:44:24 2019	(r500484)
@@ -16,7 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libmaxminddb.so:net/libmaxminddb
 RUN_DEPENDS=	${PY_IPADDRESS}
 
-USES=		localbase python
+USES=		compiler:c11 localbase python
 USE_GITHUB=	yes
 GH_ACCOUNT=	maxmind
 GH_PROJECT=	MaxMind-DB-Reader-python



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