[Midnightbsd-cvs] mports [24266] trunk/databases/py-sqlite3/Makefile: use gcc for this port.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Sep 9 12:07:35 EDT 2018
Revision: 24266
http://svnweb.midnightbsd.org/mports/?rev=24266
Author: laffer1
Date: 2018-09-09 12:07:34 -0400 (Sun, 09 Sep 2018)
Log Message:
-----------
use gcc for this port. our clang isnt liking the flags to link
Modified Paths:
--------------
trunk/databases/py-sqlite3/Makefile
Modified: trunk/databases/py-sqlite3/Makefile
===================================================================
--- trunk/databases/py-sqlite3/Makefile 2018-09-09 16:04:17 UTC (rev 24265)
+++ trunk/databases/py-sqlite3/Makefile 2018-09-09 16:07:34 UTC (rev 24266)
@@ -21,7 +21,9 @@
USES= python tar:xz
USE_PYTHON= autoplist distutils
+USE_GCC= yes
+
DISTINFO_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo
WRKSRC= ${WRKDIR}/Python-${PORTVERSION}/Modules
More information about the Midnightbsd-cvs
mailing list