changeset 6167:16e347176105

Merge branch 'lilydev-compile'
author Graham Percival <graham@percival-music.ca>
date Tue, 30 Aug 2011 10:23:37 +0100
parents 34dcfd951164 (current diff) d7e7e4d2fd8e (diff)
children c2ff4b1c6d7e
files
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/glib.py	Sun Aug 28 02:57:39 2011 +0100
+++ b/gub/specs/glib.py	Tue Aug 30 10:23:37 2011 +0100
@@ -41,6 +41,9 @@
                        '%(builddir)s/libtool')
 
 class Glib__darwin__x86 (Glib__darwin):
+    # LIBS bugfix from:
+    #   https://bugzilla.gnome.org/show_bug.cgi?id=586150
+    configure_variables = Glib.configure_variables + ' LIBS=-lresolv'
     def compile (self):
         self.file_sub ([('(SUBDIRS = .*) tests', r'\1'),
                         (r'GTESTER = \$.*', ''),
--- a/gub/specs/osx-lilypad.py	Sun Aug 28 02:57:39 2011 +0100
+++ b/gub/specs/osx-lilypad.py	Tue Aug 30 10:23:37 2011 +0100
@@ -4,7 +4,7 @@
     pass
 
 class Osx_lilypad__darwin__ppc (build.NullBuild):
-    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.4.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.5.tar.gz'
 
 class Osx_lilypad__darwin__x86 (build.NullBuild):
-    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.4.tar.gz'
+    source = 'http://lilypond.org/download/gub-sources/osx-lilypad-universal-0.5.tar.gz'