1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/dbus/files/patch-python_dbus_bindings.pyx.in
Joe Marcus Clarke 29a2d8d1ee Fix the Python bindings build on -CURRENT, and make sure the Python
bindings are properly linked to libdbus-1.

Reported by:	olgeni
2004-08-08 18:01:16 +00:00

17 lines
386 B
Python

--- python/dbus_bindings.pyx.in.orig Tue Oct 28 19:06:07 2003
+++ python/dbus_bindings.pyx.in Sun Aug 8 13:52:34 2004
@@ -1,5 +1,13 @@
# -*- Mode: Python -*-
+cdef extern from "sys/types.h":
+ ctypedef size_t
+ ctypedef __int64_t
+ ctypedef __uint64_t
+
+cdef extern from "sys/cdefs.h":
+ ctypedef __signed
+
#include "dbus_h_wrapper.h"
cdef extern from "stdlib.h":