diff options
author | 2004-03-06 15:10:50 +0000 | |
---|---|---|
committer | 2004-03-06 15:10:50 +0000 | |
commit | 358e9b5f68bce256e1c05cdf5afd8be453bb0e4d (patch) | |
tree | ed9dda8547073b9291af2721de6429b22d85dacc /dev-python/pyopenal/files | |
parent | bump 1.9.11 to stable (#43075) and cleanups (Manifest recommit) (diff) | |
download | gentoo-2-358e9b5f68bce256e1c05cdf5afd8be453bb0e4d.tar.gz gentoo-2-358e9b5f68bce256e1c05cdf5afd8be453bb0e4d.tar.bz2 gentoo-2-358e9b5f68bce256e1c05cdf5afd8be453bb0e4d.zip |
Add patch for bug #43768.
Diffstat (limited to 'dev-python/pyopenal/files')
-rw-r--r-- | dev-python/pyopenal/files/pyopenal-1.3.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/pyopenal/files/pyopenal-1.3.patch b/dev-python/pyopenal/files/pyopenal-1.3.patch new file mode 100644 index 000000000000..226183dcf503 --- /dev/null +++ b/dev-python/pyopenal/files/pyopenal-1.3.patch @@ -0,0 +1,13 @@ +--- PyOpenAL-0.1.3/py_openal.c~ 2004-03-06 15:52:55.191902672 +0100 ++++ PyOpenAL-0.1.3/py_openal.c 2004-03-06 15:53:42.517708056 +0100 +@@ -2363,8 +2363,8 @@ + PyModule_AddIntConstant(m, "AL_CHANNELS", AL_CHANNELS); + PyModule_AddIntConstant(m, "AL_SIZE", AL_SIZE); + PyModule_AddIntConstant(m, "AL_UNUSED", AL_UNUSED); +- PyModule_AddIntConstant(m, "AL_QUEUED", AL_QUEUED); +- PyModule_AddIntConstant(m, "AL_CURRENT", AL_CURRENT); ++// PyModule_AddIntConstant(m, "AL_QUEUED", AL_QUEUED); ++// PyModule_AddIntConstant(m, "AL_CURRENT", AL_CURRENT); + PyModule_AddIntConstant(m, "AL_NO_ERROR", AL_NO_ERROR); + PyModule_AddIntConstant(m, "AL_INVALID_NAME", AL_INVALID_NAME); + PyModule_AddIntConstant(m, "AL_ILLEGAL_ENUM", AL_ILLEGAL_ENUM); |