mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
11 lines
372 B
C
11 lines
372 B
C
--- cyclone/common/compiler_port.h.orig 2024-01-17 21:26:40 UTC
|
|
+++ cyclone/common/compiler_port.h
|
|
@@ -106,7 +106,7 @@ typedef unsigned int uint_t;
|
|
#define PRIXSIZE "X"
|
|
#define PRIuTIME "lu"
|
|
//Linux GCC compiler
|
|
-#elif defined(__linux__)
|
|
+#elif defined(__linux__) || defined(__unix__)
|
|
#define PRIuSIZE "zu"
|
|
#define PRIXSIZE "zX"
|
|
#define PRIuTIME "lu"
|