mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00: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
@ -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…
Reference in New Issue
Block a user