Changes between Initial Version and Version 1 of Ticket #70480


Ignore:
Timestamp:
Aug 2, 2024, 2:22:13 PM (7 weeks ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #70480 – Description

    initial v1  
    1919
    2020This works:
    21 ```
     21{{{
    2222if { ${os.platform} eq "darwin" && ${os.major} < 11 } {
    2323    configure.args-append \
    2424                -DCUPS_LIBS="-lcupsimage -lcups -Wl,-weak_framework Kerberos -framework CoreFoundation -framework Security -lz -lpthread -lresolv -framework SystemConfiguration -framework CoreFoundation"
    2525}
    26 ```
     26}}}
    2727But perhaps can be done in a better way?