]> git.pld-linux.org Git - packages/wlroots.git/commitdiff
- fix x32 conditions
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Feb 2021 09:32:57 +0000 (10:32 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 6 Feb 2021 09:32:57 +0000 (10:32 +0100)
x32.patch

index cdfc2c24bf7719d1a111faec73232afe2c93689a..4ac71cb6880615243c9e371ad0443698a7978353 100644 (file)
--- 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),
This page took 0.12542 seconds and 4 git commands to generate.