pkgsrc/audio/madman/patches/patch-ad
wiz 45c4549573 Make madman use the scons package instead of an included version of scons.
Also, stop scons from spreading .sconsign files around the file system.

From package maintainer Ove Soerensen in private mail.
2004-11-09 12:37:36 +00:00

11 lines
270 B
Text

--- SConstruct.orig 2004-11-09 13:09:48.000000000 +0100
+++ SConstruct 2004-11-09 13:10:06.000000000 +0100
@@ -1,6 +1,8 @@
import os
import glob
+SConsignFile()
+
opts = Options( "my_options.py")
opts.Add("qt_directory", "Path to Qt directory", "not specified")