summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch')
-rw-r--r--sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch b/sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch
deleted file mode 100644
index a042d4c2f72b..000000000000
--- a/sci-libs/cminpack/files/cminpack-1.2.2-underlinking.patch
+++ /dev/null
@@ -1,15 +0,0 @@
- CMakeLists.txt | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 57394af..5a46a75 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -56,6 +56,7 @@ set (cminpack_hdrs
- cminpack.h minpack.h)
-
- add_library (cminpack ${LIB_TYPE} ${cminpack_srcs})
-+target_link_libraries (cminpack m)
-
- install (TARGETS cminpack
- LIBRARY DESTINATION ${CMINPACK_LIB_INSTALL_DIR} COMPONENT library