mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Change maintainer to alster@vinterdalen.se. PR: 283453 Reported by: alster@vinterdalen.se
20 lines
579 B
C
20 lines
579 B
C
--- src/include/cdfdist.h.orig 2024-05-06 16:47:21 UTC
|
|
+++ src/include/cdfdist.h
|
|
@@ -137,7 +137,7 @@
|
|
# define unix
|
|
#endif
|
|
|
|
-#if defined(__arm__) || defined(__arm64__) || \
|
|
+#if defined(__arm__) || defined(__arm64__) || defined (__aarch64__) || \
|
|
(defined(__ARM_ARCH) && __ARM_ARCH > 0)
|
|
/* linux(gcc)-based or clang-based */
|
|
# define ARM
|
|
@@ -588,7 +588,7 @@ typedef sChar sByte;
|
|
# if defined(__DARWIN_64_BIT_INO_T)
|
|
# define STAT stat
|
|
# else
|
|
-# define STAT stat64
|
|
+# define STAT stat
|
|
# endif
|
|
# endif
|
|
# endif
|