mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Changelog: https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.3 PR: 284350
13 lines
430 B
C
13 lines
430 B
C
--- cyclone/common/compiler_port.h.orig 2024-01-17 21:26:40 UTC
|
|
+++ cyclone/common/compiler_port.h
|
|
@@ -105,8 +105,8 @@ typedef unsigned int uint_t;
|
|
#define PRIuSIZE "u"
|
|
#define PRIXSIZE "X"
|
|
#define PRIuTIME "lu"
|
|
-//Linux GCC compiler
|
|
-#elif defined(__linux__)
|
|
+//Linux/FreeBSD GCC compiler
|
|
+#elif defined(__linux__) || defined(__FreeBSD__)
|
|
#define PRIuSIZE "zu"
|
|
#define PRIXSIZE "zX"
|
|
#define PRIuTIME "lu"
|