CVSROOT:        /cvsroot/lilypond
Module name:    installers
Branch:         
Changes by:     Jan Nieuwenhuizen <[EMAIL PROTECTED]>   05/08/30 08:46:48

Modified files:
        linux/autopackage/specs/guile: default.apspec.in 
        linux/autopackage: GNUmakefile 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/linux/autopackage/specs/guile/default.apspec.in.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/installers/linux/autopackage/GNUmakefile.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: installers/linux/autopackage/GNUmakefile
diff -u installers/linux/autopackage/GNUmakefile:1.21 
installers/linux/autopackage/GNUmakefile:1.22
--- installers/linux/autopackage/GNUmakefile:1.21       Mon Aug 29 22:41:46 2005
+++ installers/linux/autopackage/GNUmakefile    Tue Aug 30 08:46:48 2005
@@ -70,7 +70,8 @@
        rm -rf $(target-root)/etc/autopackage $(src-dir)/*/autopackage 
$(upload-dir)/*package
 
 clean-target:
-       $(target-root)/bin/package remove lilypond pango glib ghostscript 
libpng 
+       $(target-root)/bin/package remove lilypond pango glib ghostscript libpng
+       rm -rf $(target-root)/etc/autopackage
 
 .setup-stamp:
        mkdir -p $(upload-dir) $(src-dir)
Index: installers/linux/autopackage/specs/guile/default.apspec.in
diff -u installers/linux/autopackage/specs/guile/default.apspec.in:1.3 
installers/linux/autopackage/specs/guile/default.apspec.in:1.4
--- installers/linux/autopackage/specs/guile/default.apspec.in:1.3      Mon Aug 
29 22:41:46 2005
+++ installers/linux/autopackage/specs/guile/default.apspec.in  Tue Aug 30 
08:46:47 2005
@@ -26,7 +26,7 @@
 [BuildPrepare]
 if false; then
 ##prepareBuild --disable-static --enable-shared --without-threads 
--enable-relocation
-prepareBuild --disable-static --enable-shared --enable-relocation
+prepareBuild --disable-static --enable-shared --enable-relocation 
--with-threads
 else
 if [[ "$APKG_BUILD_SKIP_CONFIGURE" != "1" ]]; then
         CC=gcc-3.3 ./configure\
@@ -34,6 +34,7 @@
         --disable-static\
         --enable-shared\
         --enable-relocation\
+        --with-threads\
         || exit
 fi
         


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to