mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
net/py-zope.proxy: fix build on 32-bits
src/zope/proxy/_zope_proxy_proxy.c:887:5: error: incompatible function pointer types initializing 'hashfunc' (aka 'int (*)(struct _object *)') with an expression of type 'long (PyObject *)' (aka 'long (struct _object *)') [-Wincompatible-function-pointer-types]
This commit is contained in:
parent
ac4a6deaba
commit
f00cad86d8
1 changed files with 2 additions and 0 deletions
|
@ -16,4 +16,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:devel/py-zope.interf
|
|||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
CFLAGS+= -Wno-error=incompatible-function-pointer-types
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue