pkgsrc/audio/madman/patches/patch-ac
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

10 lines
303 B
Text

$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"