mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 06:47:35 +00:00
Ports: Add groff
This port is exceptionally useful in the ports ecosystem, as it will allow us to read ROFF manual pages within the system.
This commit is contained in:
parent
d905498fb6
commit
c2d9d0277f
5 changed files with 76 additions and 0 deletions
|
@ -0,0 +1,23 @@
|
|||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Liav A <liavalb@gmail.com>
|
||||
Date: Sat, 12 Aug 2023 19:15:27 +0300
|
||||
Subject: [PATCH] Don't redeclare signbit function
|
||||
|
||||
We have it already implemented so simply use what we have.
|
||||
---
|
||||
lib/math.in.h | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lib/math.in.h b/lib/math.in.h
|
||||
index 2b595710530c99ec4f4a6681e4e2b623716028d1..419ab4a609ce0ecd753bb9673819144d81836d8b 100644
|
||||
--- a/lib/math.in.h
|
||||
+++ b/lib/math.in.h
|
||||
@@ -2344,7 +2344,7 @@ _GL_WARN_REAL_FLOATING_DECL (isnan);
|
||||
#endif
|
||||
|
||||
|
||||
-#if @GNULIB_SIGNBIT@
|
||||
+#if 0
|
||||
# if (@REPLACE_SIGNBIT_USING_GCC@ \
|
||||
&& (!defined __cplusplus || __cplusplus < 201103))
|
||||
# undef signbit
|
Loading…
Add table
Add a link
Reference in a new issue