Ticket #60116: mpv-portfile-diff.diff

File mpv-portfile-diff.diff, 1.1 KB (added by kencu (Ken), 4 years ago)
  • multimedia/mpv/Portfile

     
    168168        compiler.blacklist-append   *gcc* cc macports-*
    169169    }
    170170
    171     if {${os.major} <= 10 || ${configure.build_arch} ne "x86_64"} {
     171    if {${os.major} <= 15 || ${configure.build_arch} ne "x86_64"} {
    172172        # Disable Cocoa output.
    173173        # Users on old systems will need to embrace X11.
    174174        configure.args-replace      --enable-cocoa \
    175175                                    --disable-cocoa
     176        configure.args-replace      --enable-swift \
     177                                    --disable-swift
    176178
    177179        default_variants-append     +x11
    178180    }
     
    477479}
    478480
    479481variant opengl description {Enable OpenGL output support. Both the CoreVideo and X11 (GLX) outputs are supported} {
    480     if {${os.platform} eq "darwin" && ${os.major} > 10} {
     482    if {${os.platform} eq "darwin" && ${os.major} > 15} {
    481483        configure.args-replace  --disable-gl-cocoa \
    482484                                --enable-gl-cocoa
    483485    }