Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 01:22:10 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528463 - head/math/dune-localfunctions/files
Message-ID:  <202003150122.02F1MAK8096370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003150122.02F1MAK8096370>