sci-mathematics/prng: fix -lm patch, EAPI 8

This exists since

commit 070e580ea7f3d551b066f5f1a0dff666bf67645f
Author:     Sebastien Fabbro <bicatali@gentoo.org>
AuthorDate: Fri Dec 17 22:36:07 2010 +0000
Commit:     Sebastien Fabbro <bicatali@gentoo.org>
CommitDate: Fri Dec 17 22:36:07 2010 +0000

    moved to the main tree

    (Portage version: 2.1.9.25/cvs/Linux x86_64)

If we're going to patch configure to search for -lm, we should use
the result...

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-09-14 08:00:53 +01:00
parent 6674b870ff
commit fcd9b2c3d8
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
# $Id$
-LDADD = $(top_builddir)/src/libprng.a -lm
+LDADD = $(top_builddir)/src/libprng.la -lm
+LDADD = $(top_builddir)/src/libprng.la $(LIBM)
INCLUDES = -I$(top_srcdir)/src

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit autotools