[packages/wlroots] - fix x32 conditions

baggins baggins at pld-linux.org
Sat Feb 6 10:33:12 CET 2021


commit ed600df15e7ac6fab5e44410f4e30b7ea0197078
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Feb 6 10:32:57 2021 +0100

    - fix x32 conditions

 x32.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/x32.patch b/x32.patch
index cdfc2c2..4ac71cb 100644
--- a/x32.patch
+++ b/x32.patch
@@ -4,7 +4,7 @@
  	clock_gettime(CLOCK_MONOTONIC, &ts);
  	timespec_sub(&ts, &ts, &start_time);
  
-+#ifdef __ILP32__
++#if defined(__x86_64__) && defined(__ILP32__)
 +	fprintf(stderr, "%02d:%02d:%02d.%03lld ", (int)(ts.tv_sec / 60 / 60),
 +#else
  	fprintf(stderr, "%02d:%02d:%02d.%03ld ", (int)(ts.tv_sec / 60 / 60),
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wlroots.git/commitdiff/ed600df15e7ac6fab5e44410f4e30b7ea0197078



More information about the pld-cvs-commit mailing list