Tcl Source Code

Artifact [be71609c76]
Login

Artifact be71609c760668c1f159cfaa4a12da9c9582e50e775f83e4e59104c74893a27c:

Attachment "503c4c6f56b5.diff" to ticket [503c4c6f56] added by chrstphrchvz 2023-06-07 02:33:30.
diff --git a/unix/configure.in b/unix/configure.in
--- unix/configure.in
+++ unix/configure.in
@@ -352,9 +352,9 @@
 if test $tk_aqua = yes; then
     AC_DEFINE(MAC_OSX_TK, 1, [Are we building TkAqua?])
     LIBS="$LIBS -framework Cocoa -framework Carbon -framework IOKit -framework QuartzCore"
     if test -d "/System/Library/Frameworks/UniformTypeIdentifiers.framework"; then
-        LIBS="$LIBS -framework UniformTypeIdentifiers"
+        LIBS="$LIBS -weak_framework UniformTypeIdentifiers"
     fi
     EXTRA_CC_SWITCHES='-std=gnu99 -x objective-c'
     TK_WINDOWINGSYSTEM=AQUA
     if test -n "${enable_symbols}" -a "${enable_symbols}" != no; then
diff --git a/unix/configure b/unix/configure
--- unix/configure
+++ unix/configure
@@ -9332,9 +9332,9 @@
 _ACEOF
 
     LIBS="$LIBS -framework Cocoa -framework Carbon -framework IOKit -framework QuartzCore"
     if test -d "/System/Library/Frameworks/UniformTypeIdentifiers.framework"; then
-        LIBS="$LIBS -framework UniformTypeIdentifiers"
+        LIBS="$LIBS -weak_framework UniformTypeIdentifiers"
     fi
     EXTRA_CC_SWITCHES='-std=gnu99 -x objective-c'
     TK_WINDOWINGSYSTEM=AQUA
     if test -n "${enable_symbols}" -a "${enable_symbols}" != no; then