Ticket #10905: flac_err.diff

File flac_err.diff, 608 bytes (added by cssdev, 16 years ago)

Alternatively, removing the default_variants might be the easiest approach until #12009 is resolved. A ui_err message could indicate the current status.

  • Portfile

     
    1818checksums       md5 2d126c35448503f6dbe33934d9581f6b
    1919configure.args  --mandir=${prefix}/share/man --disable-flac
    2020
    21 default_variants        +flac
    22 
    2321variant flac {
    24         depends_lib     port:flac
    25         configure.args-delete   --disable-flac
    26         configure.args-append   --enable-flac
     22        ui_error        "The libsndfile port is not compatible with the current version of flac."
     23#       depends_lib     port:flac
     24#       configure.args-delete   --disable-flac
     25#       configure.args-append   --enable-flac
    2726}
    28