mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
469 B
Diff
14 lines
469 B
Diff
diff --git a/include/my_global.h b/include/my_global.h
|
|
index 01a1dca..04c487e 100644
|
|
--- a/include/my_global.h
|
|
+++ b/include/my_global.h
|
|
@@ -174,7 +174,7 @@
|
|
# if defined(__i386__) || defined(__ppc__)
|
|
# define SIZEOF_CHARP 4
|
|
# define SIZEOF_LONG 4
|
|
-# elif defined(__x86_64__) || defined(__ppc64__)
|
|
+# elif defined(__x86_64__) || defined(__ppc64__) || defined(__aarch64__) || defined(__arm64__)
|
|
# define SIZEOF_CHARP 8
|
|
# define SIZEOF_LONG 8
|
|
# else
|