summaryrefslogtreecommitdiff
path: root/databases/py-gdbm/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-16 15:59:41 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-16 15:59:41 +0000
commitc5a9268459fb2943bb3ca4adfc03ee2e7323e616 (patch)
tree872c897eb35939627e2b0c1d6c16acff8c1f92b4 /databases/py-gdbm/Makefile
parentgraphics/openjph: fix build on non-x86 (diff)
databases/py-gdbm@py39: fix build on GCC architectures
cc1: error: unrecognized command line option "-Wno-unused-result"
Notes
Notes: svn path=/head/; revision=555490
Diffstat (limited to 'databases/py-gdbm/Makefile')
-rw-r--r--databases/py-gdbm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile
index fdf90610bfcb..159769c83a4c 100644
--- a/databases/py-gdbm/Makefile
+++ b/databases/py-gdbm/Makefile
@@ -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