summarylogtreecommitdiffstats
path: root/0001-Force-32-bits-compile.patch
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-04 01:28:44 -0300
committerGonzalo Exequiel Pedone2024-03-04 01:28:44 -0300
commit83c63a2eace9d8d1573458151c444d48f602b5dc (patch)
treea1e026c71631e7aae88fecf107f6fa940cbcd3cc /0001-Force-32-bits-compile.patch
downloadaur-83c63a2eace9d8d1573458151c444d48f602b5dc.tar.gz
New package.
Diffstat (limited to '0001-Force-32-bits-compile.patch')
-rw-r--r--0001-Force-32-bits-compile.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/0001-Force-32-bits-compile.patch b/0001-Force-32-bits-compile.patch
new file mode 100644
index 000000000000..fad5f14a69b5
--- /dev/null
+++ b/0001-Force-32-bits-compile.patch
@@ -0,0 +1,15 @@
+--- a/configure
++++ b/configure
+@@ -12253,12 +12253,6 @@
+ printf "%s\n" "#define SIZEOF_VOID_P $ac_cv_sizeof_void_p" >>confdefs.h
+
+
+-if test "$ac_cv_sizeof_void_p" -eq 4
+-then :
+- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: PRRTE does not support 32 bit builds." >&5
+-printf "%s\n" "$as_me: WARNING: PRRTE does not support 32 bit builds." >&2;}
+- as_fn_error $? "Cannot continue" "$LINENO" 5
+-fi
+ # The cast to long int works around a bug in the HP C Compiler
+ # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
+ # declarations like 'int a3[[(sizeof (unsigned char)) >= 0]];'.