svn commit: r528463 - head/math/dune-localfunctions/files

Yuri Victorovich yuri at FreeBSD.org
Sun Mar 15 01:22:11 UTC 2020


Author: yuri
Date: Sun Mar 15 01:22:10 2020
New Revision: 528463
URL: https://svnweb.freebsd.org/changeset/ports/528463

Log:
  math/dune-localfunctions: Fix build with DOCS=OFF

Added:
  head/math/dune-localfunctions/files/
  head/math/dune-localfunctions/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/math/dune-localfunctions/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/dune-localfunctions/files/patch-CMakeLists.txt	Sun Mar 15 01:22:10 2020	(r528463)
@@ -0,0 +1,12 @@
+--- CMakeLists.txt.orig	2020-03-15 01:20:08 UTC
++++ CMakeLists.txt
+@@ -22,7 +22,9 @@ include(DuneMacros)
+ # start a dune project with information from dune.module
+ dune_project()
+ 
++if (FREEBSD_INSTALL_DOCS)
+ add_subdirectory(doc)
++endif()
+ add_subdirectory(dune)
+ 
+ finalize_dune_project(GENERATE_CONFIG_H_CMAKE)


More information about the svn-ports-all mailing list