mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
30
dev-build/remake/files/remake-4.3.1.1.6-configure.patch
Normal file
30
dev-build/remake/files/remake-4.3.1.1.6-configure.patch
Normal 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
|
||||
@@ -29,6 +29,8 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-configure.patch )
|
||||
|
||||
pkg_setup() {
|
||||
use guile && guile-single_pkg_setup
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user