Files
macports-ports/graphics/angle/files/patch-src-common-platform.diff
Mohamed Akram b03d884c2e angle: disable metal backend
- remove unnecessary distfiles
- disable SDK check

Fixes: https://trac.macports.org/ticket/73149
2025-10-22 18:10:53 +04:00

11 lines
369 B
Diff

--- src/common/platform.h.orig 2025-09-01 20:05:04
+++ src/common/platform.h 2025-10-22 18:10:31
@@ -124,7 +124,6 @@
# include <TargetConditionals.h>
# if TARGET_OS_OSX
# if __MAC_OS_X_VERSION_MAX_ALLOWED < 120000
-# error macOS 12 SDK or newer is required.
# endif
# define ANGLE_PLATFORM_MACOS 1
# elif TARGET_OS_IPHONE