Ticket #44273: audacious-plugins-ryandesign.diff

File audacious-plugins-ryandesign.diff, 943 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)

alternative patch

  • Portfile

     
    321321             description {Build all plugins, except additional sound output plugins and potentially conflicting variants} {}
    322322
    323323if {[variant_isset jack]} {
    324     notes "*** You have selected the JACK audio output plugin.
    325 *** To use this plugin, jackd needs to be started manually.
    326 *** The plugin is known to have issues leading to crackling sound output.
    327 *** Please don't report bugs against this plugin."
     324    notes-append {
     325                    You have selected the JACK audio output plugin.\
     326                    To use this plugin, jackd needs to be started manually.\
     327                    The plugin is known to have issues leading to crackling sound output.\
     328                    Please don't report bugs against this plugin.
     329    }
    328330}
    329331
    330332if {![variant_isset sdl2]} {