]> git.pld-linux.org Git - packages/ParaView.git/commitdiff
- cmake can't find freetype headers for freetype 2.5.1 auto/th/ParaView-4.0.1-5
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Nov 2013 20:42:17 +0000 (21:42 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 30 Nov 2013 20:42:17 +0000 (21:42 +0100)
- rel 5

ParaView.spec

index ddcb85a802f05ded92a51c3c9cf6884b5df5d0c6..cfede1671b872418b7be466efba5d023ce3426fc 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Parallel visualization application
 Name:          ParaView
 Version:       4.0.1
-Release:       4
+Release:       5
 License:       BSD
 Group:         Applications/Engineering
 URL:           http://www.paraview.org/
@@ -129,6 +129,7 @@ cd build
        -DVTK_USE_OGGTHEORA_ENCODER:BOOL=ON \
        -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
        -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \
+       -DFREETYPE_INCLUDE_DIRS=%{_includedir}/freetype2 \
        -DVTK_USE_SYSTEM_HDF5:BOOL=ON \
        -DVTK_USE_SYSTEM_HDF5=ON \
        -DHDF5_HL_LIBRARY:FILEPATH=%{_libdir}/libhdf5_hl.so \
This page took 0.13592 seconds and 4 git commands to generate.