From f613ac049d40272c3b27a76dbab7f6723f2a2ba2 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sun, 6 Jun 2010 20:39:21 +0000 Subject: Bump PORTREVISION after libao update and handle API incompatibility. --- audio/py-ao/files/patch-src_aomodule.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 audio/py-ao/files/patch-src_aomodule.h (limited to 'audio/py-ao/files/patch-src_aomodule.h') diff --git a/audio/py-ao/files/patch-src_aomodule.h b/audio/py-ao/files/patch-src_aomodule.h new file mode 100644 index 000000000000..1309f423d2e8 --- /dev/null +++ b/audio/py-ao/files/patch-src_aomodule.h @@ -0,0 +1,10 @@ +--- src/aomodule.h.orig 2010-06-06 18:45:10.000000000 +0200 ++++ src/aomodule.h 2010-06-06 18:45:25.000000000 +0200 +@@ -9,6 +9,7 @@ + typedef struct { + PyObject_HEAD + ao_device *dev; ++ uint32_t driver_id; + } ao_Object; + + static PyObject *Py_aoError; -- cgit v1.2.3