summaryrefslogtreecommitdiff
path: root/dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-10-30 15:46:36 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-10-30 15:46:36 +0000
commit691395139ec5ea80983f870451c53bb6fff8298a (patch)
tree6a38689d6e69bebf65189be0d9d4e1c73ff7f4da /dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch
parent310615add7b4be144ba0a7d7a156fe2c7949116d (diff)
gentoo auto-resync : 30:10:2023 - 15:46:36
Diffstat (limited to 'dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch')
-rw-r--r--dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch b/dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch
deleted file mode 100644
index 51fa0842c032..000000000000
--- a/dev-scheme/stklos/files/stklos-1.70-configure-clang16.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-https://bugs.gentoo.org/881693
---- a/configure.ac
-+++ b/configure.ac
-@@ -446,8 +446,9 @@ fi
- ###
- ### See in what direction the stack grows (code stolen from Sawfish)
- ###
--AC_RUN_IFELSE([AC_LANG_SOURCE([[ void inner (char *foo) { char bar; exit (!(foo >= &bar)); }
-- void main () { char foo; inner (&foo); } ]])],[STACK_DIRECTION="DOWN"],[STACK_DIRECTION="UP"],[echo "Stack direction is not detected when cross compiling for now"])
-+AC_RUN_IFELSE([AC_LANG_SOURCE([[#include <stdlib.h>
-+ void inner (char *foo) { char bar; exit (!(foo >= &bar)); }
-+ int main (void) { char foo; inner (&foo); } ]])],[STACK_DIRECTION="DOWN"],[STACK_DIRECTION="UP"],[echo "Stack direction is not detected when cross compiling for now"])
-
-
-