diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-05 01:04:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-03-05 01:04:06 +0800 |
commit | 8bb6ed47e951177c3f7a2d8ad63198cb146ceb23 (patch) | |
tree | 357f9e9119835ce47b777240d7091dcc0c8a3a5e /graphics/luxrender | |
parent | d037e083d5bc1b9c033f5dbb3d06436c562ba60c (diff) | |
download | freebsd-ports-gnome-8bb6ed47e951177c3f7a2d8ad63198cb146ceb23.tar.gz freebsd-ports-gnome-8bb6ed47e951177c3f7a2d8ad63198cb146ceb23.tar.zst freebsd-ports-gnome-8bb6ed47e951177c3f7a2d8ad63198cb146ceb23.zip |
- Don't build unused samples, fixes build with updated openimageio
PR: 207278
Submitted by: amdmi3
Approved by: maintainer timeout (danfe, 2 weeks)
Diffstat (limited to 'graphics/luxrender')
-rw-r--r-- | graphics/luxrender/files/patch-luxrays-CMakeLists.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/luxrender/files/patch-luxrays-CMakeLists.txt b/graphics/luxrender/files/patch-luxrays-CMakeLists.txt new file mode 100644 index 000000000000..46aa445d860c --- /dev/null +++ b/graphics/luxrender/files/patch-luxrays-CMakeLists.txt @@ -0,0 +1,19 @@ +--- ../luxrays/CMakeLists.txt.orig 2015-10-06 08:56:47 UTC ++++ ../luxrays/CMakeLists.txt +@@ -128,16 +128,6 @@ add_subdirectory(src/luxcore) + # + ################################################################################ + +-if(NOT APPLE OR OSX_BUILD_DEMOS) +- add_subdirectory(samples/benchsimple) +- add_subdirectory(samples/luxcoredemo) +- add_subdirectory(samples/luxcorescenedemo) +- add_subdirectory(samples/luxcoreimplserializationdemo) +-endif() +-if(OPENGL_FOUND AND GLUT_FOUND AND GLEW_FOUND) +- add_subdirectory(samples/smallluxgpu4) +-endif(OPENGL_FOUND AND GLUT_FOUND AND GLEW_FOUND) +- + + ################################################################################ + # |