svn commit: r500484 - head/net/py-maxminddb

Olivier Cochard olivier at FreeBSD.org
Tue Apr 30 12:44:25 UTC 2019


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


More information about the svn-ports-all mailing list