diff options
author | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
---|---|---|
committer | James Meyer <James.meyer@operamail.com> | 2008-10-02 03:19:12 (GMT) |
commit | 0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a (patch) | |
tree | c0aa2c0b53c317be87eacfcb77b63f53f1f415e7 /abs/core/alsa-lib/python2.5.patch | |
download | linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.zip linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.gz linhes_pkgbuild-0e2532d4e8f4eed5e047f1db54d5c03ba849ec0a.tar.bz2 |
initial import
Diffstat (limited to 'abs/core/alsa-lib/python2.5.patch')
-rw-r--r-- | abs/core/alsa-lib/python2.5.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/core/alsa-lib/python2.5.patch b/abs/core/alsa-lib/python2.5.patch new file mode 100644 index 0000000..cd0032b --- /dev/null +++ b/abs/core/alsa-lib/python2.5.patch @@ -0,0 +1,11 @@ +--- modules/mixer/simple/python.c~ 2007-08-21 17:21:28.000000000 +0200 ++++ modules/mixer/simple/python.c 2007-08-21 17:26:39.000000000 +0200 +@@ -23,7 +23,7 @@ + #include "config.h" + #include "asoundlib.h" + #include "mixer_abst.h" +-#include <python/Python.h> ++#include <python2.5/Python.h> + + struct python_priv { + int py_initialized; |