Changes between Initial Version and Version 1 of Ticket #70480
- Timestamp:
- Aug 2, 2024, 2:22:13 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70480 – Description
initial v1 19 19 20 20 This works: 21 ``` 21 {{{ 22 22 if { ${os.platform} eq "darwin" && ${os.major} < 11 } { 23 23 configure.args-append \ 24 24 -DCUPS_LIBS="-lcupsimage -lcups -Wl,-weak_framework Kerberos -framework CoreFoundation -framework Security -lz -lpthread -lresolv -framework SystemConfiguration -framework CoreFoundation" 25 25 } 26 ``` 26 }}} 27 27 But perhaps can be done in a better way?