[Lunar-commits] <moonbase> gtksourceview-sharp: tweaked BUILD to disable sample dir

Duncan Gibson engelsman at lunar-linux.org
Sat Aug 28 09:36:13 CEST 2010


commit 1f750d94c928c2ccd40c28aded22b94c9e34f9f6
Author: Duncan Gibson <duncan.gibson at xs4all.nl>
Date:   Sat Aug 28 09:36:13 2010 +0200

    gtksourceview-sharp: tweaked BUILD to disable sample dir
    
    added sedit to BUILD to disable build of sample subdirectory,
    otherwise it fails with errors about being unable to find
    PrintJob and PrintDialog functions. Searching the web shows
    various people with the same problem [in spanish!] but no
    clear solution, or gives so many hits about usage [in Java!]
    as to be useless.
    
    Who uses this mono stuff anyway?
---
 mono/gtksourceview-sharp/BUILD |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/mono/gtksourceview-sharp/BUILD b/mono/gtksourceview-sharp/BUILD
index 1f30580..b3ff30d 100644
--- a/mono/gtksourceview-sharp/BUILD
+++ b/mono/gtksourceview-sharp/BUILD
@@ -1,6 +1,10 @@
 (
 
   sedit "s:gtksourceview-1.0:gtksourceview-2.0:"  configure.in  configure  &&
+
+  # disable sample subdir: errors with PrintJob/PrintDialog kill build
+  sedit "s:view sample doc:view doc:"  Makefile.am Makefile.in &&
+
   default_build
  
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list