freebsd-ports/math/cminpack/files/patch-cmake_CMakeLists.txt
Kirill Ponomarev 0bbb5eef1e Update math/cminpack to 1.3.6
PR:		217366
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9813
2017-03-02 15:42:39 +00:00

10 lines
428 B
Text

--- cmake/CMakeLists.txt.orig 2017-02-24 21:33:00 UTC
+++ cmake/CMakeLists.txt
@@ -11,6 +11,6 @@ if (USE_BLAS AND BLAS_FOUND)
endif()
configure_file(cminpack.pc.in ${pkg_conf_file} @ONLY)
install(FILES ${pkg_conf_file}
- DESTINATION ${CMINPACK_LIB_INSTALL_DIR}/pkgconfig/ COMPONENT pkgconfig)
+ DESTINATION libdata/pkgconfig/ COMPONENT pkgconfig)
install(FILES CMinpackConfig.cmake DESTINATION share/cmake/CMinpack)