commit 3496f93706e71cb6631582c614349738ee0039e9
Author: Jan RÄ™korajski <[email protected]>
Date:   Sat Feb 6 10:33:38 2021 +0100

    - fix x32 conditions

 x32.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/x32.patch b/x32.patch
index 6761cb6..7617951 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/sway.git/commitdiff/3496f93706e71cb6631582c614349738ee0039e9

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to