opnsense-ports/multimedia/py-opentimelineio/files/patch-setup.py
Franco Fichtner 91954d7932 */*: sync with upstream
Taken from: FreeBSD
2022-09-28 08:45:30 +02:00

10 lines
405 B
Python

--- setup.py.orig 2022-09-28 03:22:02 UTC
+++ setup.py
@@ -104,6 +104,7 @@ class OTIO_build_ext(setuptools.command.build_ext.buil
'-DBUILD_TESTING:BOOL=OFF',
# Python modules wil be installed by setuptools.
'-DOTIO_INSTALL_PYTHON_MODULES:BOOL=OFF',
+ '-DOTIO_FIND_IMATH:BOOL=ON',
]
if self.is_windows():
if self.is_mingw():