45c4549573
Also, stop scons from spreading .sconsign files around the file system. From package maintainer Ove Soerensen in private mail.
10 lines
303 B
Text
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"
|