mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user