dev-build/remake: Fix typo in configure

Closes: https://bugs.gentoo.org/926824
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2024-09-28 09:38:08 +02:00
parent 3148570fd0
commit 792d68acd8
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
https://bugs.gentoo.org/926824
Patch from upstream, configure regenerated
commit 371ed0ac8bf3c1d25775c8b025229f490363f4ab
Author: rocky <rocky@gnu.org>
Date: Sun, 26 Mar 2023 14:35:39 -0400
Fix some small typos
--- a/configure.ac
+++ b/configure.ac
@@ -434,7 +434,7 @@ AC_ARG_WITH([profiler_resolution],
[prof_res="1000"])
AS_IF([test "x$prof_res" = "xno"],
- [],_
+ [],
[AC_DEFINE_UNQUOTED([PROFILER_MIN_RES],
[$prof_res],
[Minimum profiler resolution in nanoseconds])])
--- a/configure
+++ b/configure
@@ -18444,7 +18444,6 @@
if test "x$prof_res" = "xno"; then :
else
- _
cat >>confdefs.h <<_ACEOF
#define PROFILER_MIN_RES $prof_res

View File

@@ -29,6 +29,8 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-configure.patch )
pkg_setup() {
use guile && guile-single_pkg_setup
}

View File

@@ -26,6 +26,8 @@ RDEPEND="
"
BDEPEND="guile? ( >=dev-scheme/guile-1.8 )"
PATCHES=( "${FILESDIR}"/${P}-configure.patch )
src_configure() {
# Fixed in upstream make/gnulib, just not yet propagated into remake (bug #863827)
filter-lto