commit: a5d16990766f6c2b6029bed5f6b021d8fdd54a50 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun Mar 30 08:23:57 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Mar 30 11:15:05 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5d16990
sci-libs/m4rie: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> .../m4rie/files/m4rie-20200115-link-libm.patch | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/sci-libs/m4rie/files/m4rie-20200115-link-libm.patch b/sci-libs/m4rie/files/m4rie-20200115-link-libm.patch deleted file mode 100644 index d640b5085661..000000000000 --- a/sci-libs/m4rie/files/m4rie-20200115-link-libm.patch +++ /dev/null @@ -1,27 +0,0 @@ -From afab50ea468b0b44be6e8584793c8ee98045f8f8 Mon Sep 17 00:00:00 2001 -From: "Martin R. Albrecht" <[email protected]> -Date: Fri, 12 Mar 2021 09:49:45 +0000 -Subject: [PATCH] we use sqrt() so link libm - -fixes #22 ---- - configure.ac | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/configure.ac b/configure.ac -index 1f19d49..71ed81c 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -18,6 +18,9 @@ AC_PROG_CXX - - AC_PROG_CC_C99() - -+AC_SEARCH_LIBS([sqrt], [m], [], [ -+ AC_MSG_ERROR([unable to find the sqrt() function]) -+]) - - if test "$ac_cv_prog_cc_c99" = "no"; then - AC_MSG_ERROR([C99 support is required but not found.]) --- -2.10.5 -
