summaryrefslogtreecommitdiff
path: root/audio/madman/patches
diff options
context:
space:
mode:
authorwiz <wiz>2004-11-09 12:37:36 +0000
committerwiz <wiz>2004-11-09 12:37:36 +0000
commit8e137a2342c94578d6d2dd107eb210f72f589740 (patch)
tree65ed2946fdc04afe4fd2ca1504a0c5ddf526ccf1 /audio/madman/patches
parent9d09fb731f2c73fdab1091c392fac1c56c249b08 (diff)
downloadpkgsrc-8e137a2342c94578d6d2dd107eb210f72f589740.tar.gz
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.
Diffstat (limited to 'audio/madman/patches')
-rw-r--r--audio/madman/patches/patch-ab10
-rw-r--r--audio/madman/patches/patch-ac10
-rw-r--r--audio/madman/patches/patch-ad11
3 files changed, 31 insertions, 0 deletions
diff --git a/audio/madman/patches/patch-ab b/audio/madman/patches/patch-ab
new file mode 100644
index 00000000000..93e27a1ed84
--- /dev/null
+++ b/audio/madman/patches/patch-ab
@@ -0,0 +1,10 @@
+$NetBSD: patch-ab,v 1.1 2004/11/09 12:37:36 wiz Exp $
+
+--- ui/auto_tag.cpp.orig 2004-11-08 19:22:02.000000000 +0100
++++ ui/auto_tag.cpp 2004-11-08 19:22:23.000000000 +0100
+@@ -654,4 +654,4 @@
+
+
+
+-#include "moc_auto_tag.cc"
++#include "auto_tag.moc"
diff --git a/audio/madman/patches/patch-ac b/audio/madman/patches/patch-ac
new file mode 100644
index 00000000000..e13e6bfddb5
--- /dev/null
+++ b/audio/madman/patches/patch-ac
@@ -0,0 +1,10 @@
+$NetBSD: patch-ac,v 1.1 2004/11/09 12:37:36 wiz Exp $
+
+--- ui/prefs_dialog.cpp.orig 2004-11-08 19:22:13.000000000 +0100
++++ ui/prefs_dialog.cpp 2004-11-08 19:22:36.000000000 +0100
+@@ -498,4 +498,4 @@
+ return make_pair(false, false);
+ }
+
+-#include "moc_prefs_dialog.cc"
++#include "prefs_dialog.moc"
diff --git a/audio/madman/patches/patch-ad b/audio/madman/patches/patch-ad
new file mode 100644
index 00000000000..d0ddf9deba2
--- /dev/null
+++ b/audio/madman/patches/patch-ad
@@ -0,0 +1,11 @@
+--- 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")