changeset 3775:0cc2f189891a

Make odcctools buildable on linux-64.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Sun, 09 Sep 2007 20:00:24 +0200
parents c51afe45e6aa
children 69079941c560
files gub/specs/darwin/odcctools.py
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/gub/specs/darwin/odcctools.py	Sun Sep 09 20:00:08 2007 +0200
+++ b/gub/specs/darwin/odcctools.py	Sun Sep 09 20:00:24 2007 +0200
@@ -9,6 +9,9 @@
                    #version='20061117',
                    mirror=mirrors.opendarwin,
                    format='bz2')
+        # odcctools does not build with 64 bit compiler
+        if settings.build_architecture.startswith ('x86_64-linux'):
+            cross.setup_linux_x86 (self)
     def get_build_dependencies (self):
         return ['darwin-sdk']
     def configure (self):