diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2022-02-01 19:47:17 +0300 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2022-02-01 20:04:14 +0300 |
commit | 3eb839e43e50913a7a7ef8cb601899d33b6e5b10 (patch) | |
tree | b107df011dc9192925c7ded0b589e32623173222 /graphics/blender-lts28/files/tmp-patch-extern_audaspace_bindings_python_PySound.cpp | |
parent | graphics/krita: follow ICIOv1 port (+) (diff) |
graphics/blender-lts28: update to 2.83.18 release
This also includes adjustment to use new ports for opencoloriov1 and openimageio-ociov1
PR: 260311
Sponsored by: Netzkommune GmbH.
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; - } |