[Lunar-commits] <moonbase> gtksourceview-sharp: fix the BUILD file.
Florin Braescu
florin at lunar-linux.org
Thu Oct 9 13:48:53 CEST 2008
commit f1dcb035e7f87cef8e1bef5ae4c5383fffe6c930
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Oct 9 14:48:53 2008 +0300
gtksourceview-sharp: fix the BUILD file.
---
mono/gtksourceview-sharp/BUILD | 11 +++--------
1 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/mono/gtksourceview-sharp/BUILD b/mono/gtksourceview-sharp/BUILD
index 485f7b8..1f30580 100644
--- a/mono/gtksourceview-sharp/BUILD
+++ b/mono/gtksourceview-sharp/BUILD
@@ -1,11 +1,6 @@
(
- if ! in_depends gnome-sharp gnome-panel; then
- message "${PROBLEM_COLOR}lin --reconfigure gnome-sharp and install the optional gnome-panel dependency${DEFAULT_COLOR}";
- exit 1;
- fi
- default_build
-
-
-
+ sedit "s:gtksourceview-1.0:gtksourceview-2.0:" configure.in configure &&
+ default_build
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list