summaryrefslogtreecommitdiff
path: root/math/cminpack/files/patch-CMakeLists.txt
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-05-29 08:36:39 +0200
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-05-30 08:25:48 +0200
commitd9b35c002a38458fb377a75dc12213ab763aea3f (patch)
tree80af93d19a763c39fa7ac910215ed2172c950476 /math/cminpack/files/patch-CMakeLists.txt
parentscience/afni: update to 24.1.15 (diff)
math/cminpack: update to 1.3.9
ChangeLog: https://github.com/devernay/cminpack/releases/tag/v1.3.9
Diffstat (limited to 'math/cminpack/files/patch-CMakeLists.txt')
-rw-r--r--math/cminpack/files/patch-CMakeLists.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/cminpack/files/patch-CMakeLists.txt b/math/cminpack/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..4562f5571eff
--- /dev/null
+++ b/math/cminpack/files/patch-CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CMakeLists.txt.orig 2024-05-29 12:19:48 UTC
++++ CMakeLists.txt
+@@ -181,7 +181,7 @@ foreach (cminpack_lib ${cminpack_libs})
+ endif ()
+ configure_file (cmake/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)
+
+ endforeach ()
+