diff --git a/devel/libplist/files/patch-cython b/devel/libplist/files/patch-cython new file mode 100644 index 000000000000..f56e301a3800 --- /dev/null +++ b/devel/libplist/files/patch-cython @@ -0,0 +1,10 @@ +--- cython/plist.pyx.orig 2024-05-13 17:37:06 UTC ++++ cython/plist.pyx +@@ -1,6 +1,7 @@ from libc.stdint cimport * + cimport cpython + cimport libc.stdlib + from libc.stdint cimport * ++from ctypes import c_long as long + + cdef extern from *: + ctypedef enum plist_type: diff --git a/devel/py-libplist/Makefile b/devel/py-libplist/Makefile index e4d97860fb00..3d9b31ece40d 100644 --- a/devel/py-libplist/Makefile +++ b/devel/py-libplist/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}