As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
15
devel/gettext/patches/patch-libtextstyle_lib_math_in_h
Normal file
15
devel/gettext/patches/patch-libtextstyle_lib_math_in_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
isnan: Fix compilation error in C++ mode on OpenBSD 7.5-beta.
|
||||
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=431d6a7615245e6b32d95b4b27aab5d3af65ad2b
|
||||
|
||||
Index: libtextstyle/lib/math.in.h
|
||||
--- libtextstyle/lib/math.in.h.orig
|
||||
+++ libtextstyle/lib/math.in.h
|
||||
@@ -2668,7 +2668,7 @@ _GL_MATH_CXX_REAL_FLOATING_DECL_1 (isnan)
|
||||
_GL_MATH_CXX_REAL_FLOATING_DECL_2 (isnan, rpl_isnan, bool)
|
||||
# define isnan rpl_isnan
|
||||
# define GNULIB_NAMESPACE_LACKS_ISNAN 1
|
||||
-# elif (((defined __APPLE__ && defined __MACH__) || defined __FreeBSD__) && __clang_major__ >= 14)
|
||||
+# elif __clang_major__ >= 14
|
||||
/* Neither of the two possible _GL_MATH_CXX_REAL_FLOATING_DECL_2 invocations
|
||||
works. Inline functions are already present in /usr/include/c++/v1/math.h,
|
||||
which comes from LLVM. */
|
Loading…
Add table
Add a link
Reference in a new issue