[packages/libcmrt] - don't apply on ix86

baggins baggins at pld-linux.org
Fri May 8 09:23:14 CEST 2026


commit efb69a616ed0bdf001fb28c33ecc7016fa7c1dfe
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Fri May 8 11:22:56 2026 +0200

    - don't apply on ix86

 x32.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/x32.patch b/x32.patch
index 7e09153..957941a 100644
--- a/x32.patch
+++ b/x32.patch
@@ -5,7 +5,7 @@
  	__try {
  #endif
 -
-+#ifdef __ILP32__
++#if defined(__x86_64__) && defined( __ILP32__)
 +		if (0) {
 +#else
  		if (sizeof(void *) == 4) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libcmrt.git/commitdiff/efb69a616ed0bdf001fb28c33ecc7016fa7c1dfe



More information about the pld-cvs-commit mailing list