changeset 6317:c24904e00a69

Fix darwin-ppc::guile
author Masamichi Hosoda <trueroad@users.noreply.github.com>
date Wed, 14 Jan 2015 23:13:39 +0900
parents a0e1808eee0d
children fd2c5da13b98
files gub/specs/guile.py
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/guile.py	Wed Jan 14 21:06:32 2015 +0900
+++ b/gub/specs/guile.py	Wed Jan 14 23:13:39 2015 +0900
@@ -187,12 +187,10 @@
         self.map_locate (dylib_link,
                          self.expand ('%(install_prefix)s/lib/'),
                          'libguile-srfi*.dylib')
- 
-class Guile__darwin__x86 (Guile__darwin):
     def configure (self):
         self.file_sub ([('guile-readline', '')],
                        '%(srcdir)s/Makefile.in')
-        Guile__darwin.configure (self)
+        Guile.configure (self)
 
 class Guile__linux__x86 (Guile):
     patches = Guile.patches + ['guile-1.8.6-pthreads-cross.patch']