diff options
Diffstat (limited to 'graphics/blender-lts28/files/tmp-patch-extern_audaspace_bindings_python_PySound.cpp')
-rw-r--r-- | graphics/blender-lts28/files/tmp-patch-extern_audaspace_bindings_python_PySound.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/blender-lts28/files/tmp-patch-extern_audaspace_bindings_python_PySound.cpp b/graphics/blender-lts28/files/tmp-patch-extern_audaspace_bindings_python_PySound.cpp deleted file mode 100644 index cd35e1098a1b..000000000000 --- a/graphics/blender-lts28/files/tmp-patch-extern_audaspace_bindings_python_PySound.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- extern/audaspace/bindings/python/PySound.cpp.orig 2020-09-02 11:06:51 UTC -+++ extern/audaspace/bindings/python/PySound.cpp -@@ -2015,7 +2015,7 @@ AUD_API Sound* checkSound(PyObject* sound) - - bool initializeSound() - { -- import_array(); -+ import_array1(false); - - return PyType_Ready(&SoundType) >= 0; - } |