mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
the previous fix only applied to one subport patch in a fix for all subports fixes ld64-latest and others see https://trac.macports.org/ticket/65575
18 lines
402 B
Diff
18 lines
402 B
Diff
--- include/mach-o/dyld_priv.h.orig 2024-03-23 12:09:17.000000000 -0700
|
|
+++ include/mach-o/dyld_priv.h 2024-03-23 12:11:07.000000000 -0700
|
|
@@ -32,6 +32,14 @@
|
|
#include <mach-o/dyld_images.h>
|
|
#include <uuid/uuid.h>
|
|
|
|
+#ifndef TARGET_OS_WATCH
|
|
+#define TARGET_OS_WATCH 0
|
|
+#endif
|
|
+
|
|
+#ifndef TARGET_OS_BRIDGE
|
|
+#define TARGET_OS_BRIDGE 0
|
|
+#endif
|
|
+
|
|
#if __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|