ports: Add cmake port

This commit is contained in:
2025-07-30 23:50:29 +03:00
parent 08ed405a5b
commit f82390424b
2 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff -ruN cmake-3.26.6/Source/kwsys/ProcessUNIX.c cmake-3.26.6-x86_64/Source/kwsys/ProcessUNIX.c
--- cmake-3.26.6/Source/kwsys/ProcessUNIX.c 2023-11-27 20:48:12.000000000 +0200
+++ cmake-3.26.6-x86_64/Source/kwsys/ProcessUNIX.c 2025-07-30 21:49:08.783313124 +0300
@@ -115,7 +115,7 @@
#endif
/* Some platforms do not have siginfo on their signal handlers. */
-#if defined(SA_SIGINFO) && !defined(__BEOS__)
+#if defined(SA_SIGINFO) && !defined(__BEOS__) && !defined(__banan_os__)
# define KWSYSPE_USE_SIGINFO 1
#endif