Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2019 15:03:47 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505901 - head/databases/py-MySQLdb
Message-ID:  <201907051503.x65F3mX0039858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jul  5 15:03:47 2019
New Revision: 505901
URL: https://svnweb.freebsd.org/changeset/ports/505901

Log:
  databases/py-MySQLdb: fix build with GCC-based architectures
  
  Add USES=compiler:c11:
  /usr/bin/ld: cannot find -latomic
  
  Approved by:	mentors (implicit approval)

Modified:
  head/databases/py-MySQLdb/Makefile

Modified: head/databases/py-MySQLdb/Makefile
==============================================================================
--- head/databases/py-MySQLdb/Makefile	Fri Jul  5 14:45:19 2019	(r505900)
+++ head/databases/py-MySQLdb/Makefile	Fri Jul  5 15:03:47 2019	(r505901)
@@ -14,7 +14,7 @@ COMMENT=	Access a MySQL database through Python
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/GPL-2.0
 
-USES=		mysql python:2.7
+USES=		compiler:c11 mysql python:2.7
 USE_PYTHON=	autoplist distutils
 USE_GITHUB=	yes
 GH_ACCOUNT=	farcepest



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