mirror of
https://abf.rosa.ru/djam/freecad.git
synced 2025-02-23 22:12:53 +00:00
SILENT: ABF Import
This commit is contained in:
parent
3251a8a56c
commit
a95e341b2b
3 changed files with 14 additions and 0 deletions
2
.abf.yml
Normal file
2
.abf.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
sources:
|
||||
"freecad-0.10.3247.tar.gz:" c4f37b76256562452bde096ab8498e5758861fe9
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
freecad-0.10.3247.tar.gz
|
11
freecad-0.10.3247-fix-link.patch
Normal file
11
freecad-0.10.3247-fix-link.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- CMakeLists.txt.link 2010-08-08 19:52:43.000000000 +0200
|
||||
+++ CMakeLists.txt 2010-08-08 19:52:56.000000000 +0200
|
||||
@@ -132,7 +132,7 @@
|
||||
"1.36.1" "1.36.0" "1.35.1" "1.35.0" "1.35" "1.34.1" "1.34.0" "1.34"
|
||||
"1.33.1" "1.33.0" "1.33" )
|
||||
|
||||
- find_package(Boost COMPONENTS filesystem program_options regex signals)
|
||||
+ find_package(Boost COMPONENTS filesystem program_options regex signals system)
|
||||
|
||||
# -------------------------------- XercesC --------------------------------
|
||||
|
Loading…
Add table
Reference in a new issue