File: 2040-ftbfs-macappbundle.patch

package info (click to toggle)
freecad 1.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464,352 kB
  • sloc: cpp: 931,303; python: 587,869; xml: 103,037; ansic: 9,568; fortran: 3,878; sh: 715; lex: 699; javascript: 311; yacc: 271; makefile: 120
file content (16 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Do not cmake add_subdirectory on removed directory.
 Avoids a FTBFS.
Author: Tobias Frost <tobi@debian.org>
Forwarded: not-needed, Debian specific.
Last-Update: 2023-12-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -19,5 +19,5 @@
 endif(BUILD_TEMPLATE)
 
 # "if" clause moved into local CMakeLists.txt file to support Conda and Homebrew builds
-add_subdirectory(MacAppBundle)
+#add_subdirectory(MacAppBundle)