mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
29a2d8d1ee
bindings are properly linked to libdbus-1. Reported by: olgeni
17 lines
386 B
Python
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":
|