diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-04 13:56:44 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-04 13:56:44 +0000 |
commit | 34b1a8d927141fa7703a65daa443e70e39da5ffa (patch) | |
tree | 0b44daf13a97dbbe9187325e606568d4462b878f /graphics/appleseed/files/patch-CMakeLists.txt | |
parent | graphics/imp: Adopt port (diff) |
- Resurrect, unbreak, and update to the latest version 2.1.0-beta
- Disable appleseed.studio for now: while it had been ported to Qt5,
it still heavily relies on Python 2.x
- Drop the options: C++11 is required now, and API examples are of
little interest to end-users so just stop installing them
- Add dependencies on `archivers/liblz4' and `graphics/openimageio'
- GC no longer needed work-arounds for old versions of Clang
Diffstat (limited to 'graphics/appleseed/files/patch-CMakeLists.txt')
-rw-r--r-- | graphics/appleseed/files/patch-CMakeLists.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/graphics/appleseed/files/patch-CMakeLists.txt b/graphics/appleseed/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..e400f28c1464 --- /dev/null +++ b/graphics/appleseed/files/patch-CMakeLists.txt @@ -0,0 +1,31 @@ +--- CMakeLists.txt.orig 2019-08-31 15:49:01 UTC ++++ CMakeLists.txt +@@ -732,9 +732,16 @@ install ( + sandbox/share + sandbox/stylesheets + DESTINATION . ++ PATTERN "cmake" EXCLUDE + ) + + install ( ++ DIRECTORY ++ sandbox/share/cmake ++ DESTINATION ../share ++) ++ ++install ( + FILES + scripts/cleanmany.py + scripts/convertmany.py +@@ -754,11 +761,6 @@ install ( + sandbox/schemas/settings.xsd + sandbox/schemas/project.xsd + DESTINATION schemas +-) +- +-install ( +- CODE "FILE (MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/images)" +- CODE "FILE (MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/images/autosave)" + ) + + if (INSTALL_HEADERS) |