diff --git a/multimedia/graphics/darktable/actions.py b/multimedia/graphics/darktable/actions.py index 5118fb6209..394a311c22 100644 --- a/multimedia/graphics/darktable/actions.py +++ b/multimedia/graphics/darktable/actions.py @@ -12,7 +12,6 @@ j = ''.join([ ' -DUSE_LIBSECRET=ON', ' -DBUILD_USERMANUAL=1', ' -DENABLE_RAWSPEED=ON', - ' -DRAWSPEED_ENABLE_LTO=ON', ' -DBINARY_PACKAGE_BUILD=1', ' -DCMAKE_BUILD_TYPE=Release', ' -DCMAKE_INSTALL_PREFIX=/usr', @@ -21,6 +20,8 @@ j = ''.join([ ' -B_build -G Ninja -L ' ]) + # ' -DRAWSPEED_ENABLE_LTO=ON', + def setup(): pisitools.ldflags.add("-lgs") cmaketools.configure(j)