mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
369 B
Diff
12 lines
369 B
Diff
--- configure.orig 2024-05-23 00:45:25.000000000 -0500
|
|
+++ configure 2024-10-18 14:22:29.000000000 -0500
|
|
@@ -20138,7 +20138,7 @@
|
|
AM_LDFLAGS="$AM_LDFLAGS -Wl,-brtl"
|
|
;;
|
|
darwin*) #include frameworks
|
|
- LIBS="$LIBS -framework CoreFoundation -framework IOKit"
|
|
+ LIBS="$LIBS -Wl,-framework,CoreFoundation -Wl,-framework,IOKit"
|
|
;;
|
|
esac
|
|
|