diff options
Diffstat (limited to 'audio/py-openal')
-rw-r--r-- | audio/py-openal/files/patch-py__openal.c (renamed from audio/py-openal/files/patch-py_openal.c) | 8 | ||||
-rw-r--r-- | audio/py-openal/files/patch-setup.py | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/py-openal/files/patch-py_openal.c b/audio/py-openal/files/patch-py__openal.c index e2e69852bbb4..4c5c08e7d816 100644 --- a/audio/py-openal/files/patch-py_openal.c +++ b/audio/py-openal/files/patch-py__openal.c @@ -1,6 +1,6 @@ ---- py_openal.c Sat Jul 16 09:19:11 2005 -+++ py_openal.c Mon Aug 21 01:33:49 2006 -@@ -1041,28 +1041,26 @@ +--- py_openal.c.orig 2005-07-16 14:19:11 UTC ++++ py_openal.c +@@ -1041,28 +1041,26 @@ static PyObject *_wrap_alutExit(PyObject } @@ -34,7 +34,7 @@ return resultobj; } } -@@ -2274,7 +2272,7 @@ +@@ -2274,7 +2272,7 @@ static PyMethodDef OpenALMethods[] = { */ { (char *)"alutInit", (PyCFunction) _wrap_alutInit, METH_VARARGS }, { (char *)"alutExit", (PyCFunction) _wrap_alutExit, METH_NOARGS }, diff --git a/audio/py-openal/files/patch-setup.py b/audio/py-openal/files/patch-setup.py index 676207cddf3c..f8ad931eda43 100644 --- a/audio/py-openal/files/patch-setup.py +++ b/audio/py-openal/files/patch-setup.py @@ -1,5 +1,5 @@ ---- setup.py.orig 2006-04-30 17:23:44.000000000 +0200 -+++ setup.py 2009-12-26 17:50:57.000000000 +0100 +--- setup.py.orig 2006-04-30 15:23:44 UTC ++++ setup.py @@ -1,17 +1,17 @@ import os from distutils.core import setup, Extension @@ -23,7 +23,7 @@ setup( -@@ -38,7 +38,7 @@ +@@ -38,7 +38,7 @@ Does not include OpenAL extension.""", ext_modules = [Extension("_openal", ["py_openal.c"], |