/[packages]/cauldron/freecad/current/SOURCES/freecad-0.15-zipios.patch
ViewVC logotype

Contents of /cauldron/freecad/current/SOURCES/freecad-0.15-zipios.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 894385 - (show annotations) (download)
Fri Oct 23 04:44:11 2015 UTC (8 years, 6 months ago) by ycantin
File size: 795 byte(s)
imported package freecad
1 diff -Naur freecad-0.15.4671.orig/src/Base/CMakeLists.txt freecad-0.15.4671/src/Base/CMakeLists.txt
2 --- freecad-0.15.4671.orig/src/Base/CMakeLists.txt 2015-04-05 12:25:02.000000000 -0500
3 +++ freecad-0.15.4671/src/Base/CMakeLists.txt 2015-04-11 07:19:09.729155453 -0500
4 @@ -301,9 +301,11 @@
5 # Use external zipios++ if specified.
6 if(FREECAD_USE_EXTERNAL_ZIPIOS)
7 find_library(ZIPIOS_LIBRARY zipios)
8 - find_path(ZIPIOS_INCLUDES zipios++/zipios-config.h)
9 + find_path(ZIPIOS_INCLUDES NAMES
10 + zipios++/zipios-config.h
11 + zipios++/zipios-config.hpp)
12 if(ZIPIOS_LIBRARY)
13 - message(STATUS "Found zipios++: ${ZIPIOS}")
14 + message(STATUS "Found zipios++: ${ZIPIOS_LIBRARY}")
15 endif()
16 if(ZIPIOS_INCLUDES)
17 message(STATUS "Found zipios++ headers.")

  ViewVC Help
Powered by ViewVC 1.1.30