summaryrefslogtreecommitdiffstats
path: root/audio/python-audiotools/patches/cdiomodule_header.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio/python-audiotools/patches/cdiomodule_header.patch')
-rw-r--r--audio/python-audiotools/patches/cdiomodule_header.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/python-audiotools/patches/cdiomodule_header.patch b/audio/python-audiotools/patches/cdiomodule_header.patch
new file mode 100644
index 0000000000..f9de2b631e
--- /dev/null
+++ b/audio/python-audiotools/patches/cdiomodule_header.patch
@@ -0,0 +1,16 @@
+--- cdiomodule.h.orig 2015-11-09 19:48:07.220880278 -0600
++++ cdiomodule.h 2015-11-09 19:48:32.765284762 -0600
+@@ -1,11 +1,6 @@
+ #include <Python.h>
+-#ifdef OLD_PARANOIA
+-#include <cdio/cdda.h>
+-#include <cdio/paranoia.h>
+-#else
+-#include <cdio/cdparanoia/cdda.h>
+-#include <cdio/cdparanoia/paranoia.h>
+-#endif
++#include <cdio/paranoia/cdda.h>
++#include <cdio/paranoia/paranoia.h>
+
+ /********************************************************
+ Audio Tools, a module and set of tools for manipulating audio data