svn commit: r555490 - head/databases/py-gdbm

Piotr Kubaj pkubaj at FreeBSD.org
Mon Nov 16 15:59:41 UTC 2020


Author: pkubaj
Date: Mon Nov 16 15:59:41 2020
New Revision: 555490
URL: https://svnweb.freebsd.org/changeset/ports/555490

Log:
  databases/py-gdbm at py39: fix build on GCC architectures
  
  cc1: error: unrecognized command line option "-Wno-unused-result"

Modified:
  head/databases/py-gdbm/Makefile

Modified: head/databases/py-gdbm/Makefile
==============================================================================
--- head/databases/py-gdbm/Makefile	Mon Nov 16 15:55:24 2020	(r555489)
+++ head/databases/py-gdbm/Makefile	Mon Nov 16 15:59:41 2020	(r555490)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libgdbm.so:databases/gdbm
 
 PORTSCOUT=	ignore:1
 
-USES=		python tar:xz
+USES=		compiler:c11 python tar:xz
 USE_PYTHON=	distutils autoplist allflavors
 
 PYDISTUTILS_INSTALLARGS+=	--install-lib ${PYTHONPREFIX_LIBDIR}/lib-dynload


More information about the svn-ports-all mailing list