1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

net/s3ql: fix build on GCC architectures

Requires C11 compiler:
src/s3ql/deltadump.c:9529: error: passing argument 2 of '__builtin_expect' with different width due to prototype

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-07-26 21:50:00 +00:00
parent 587ee3db52
commit ce1188030a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507377

View File

@ -21,7 +21,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apsw>=3.7:databases/py-apsw@${PY_FLAVOR} \
ca_root_nss>=0:security/ca_root_nss
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= localbase python:3.3+ sqlite tar:bz2
USES= compiler:c++11-lang localbase python:3.3+ sqlite tar:bz2
USE_PYTHON= autoplist distutils optsuffix
post-install: