[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Does fixing 496964 qualifies for an exception?



Hi, 

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496964

The bug renders sound.m unusable, meaning a user can't use this to play
sound (the bug stems from a change to get it working on Mac).

Attached is the proposed patch (yes, only one line removed).

	Thomas


Don't set the play command to ofsndplay
Bug fix for #496964
--- a/src/OFSndPlay.cc
+++ b/src/OFSndPlay.cc
@@ -11,8 +11,6 @@
  *     Moved this file file from the MacOSX package to the audio package.
  */
 
-// PKG_ADD: global sound_play_utility="ofsndplay -";
-
 #import <Foundation/Foundation.h>
 #import <AppKit/AppKit.h>
 

Reply to: