diff options
Diffstat (limited to 'devel/libplist')
-rw-r--r-- | devel/libplist/files/patch-cython | 10 |
1 files changed, 10 insertions, 0 deletions
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: |