changeset 2989:58535a025131

Strip Freebsd specific LilyPond. (libgcc is in gcc-runtime now.)
author hanwen <hanwen@lilypond.org>
date Wed, 20 Dec 2006 14:26:58 +0100
parents 6a80d9baf105
children 03c3613f2d31
files specs/lilypond.py
diffstat 1 files changed, 3 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/specs/lilypond.py	Wed Dec 20 12:56:16 2006 +0100
+++ b/specs/lilypond.py	Wed Dec 20 14:26:58 2006 +0100
@@ -331,12 +331,6 @@
         return (LilyPond.__doc__.replace ('\n', ' - %(flavor)s\n', 1)
                 % locals ())
         
-class LilyPond__freebsd (LilyPond):
-    def get_dependency_dict (self):
-        d = LilyPond.get_dependency_dict (self)
-        d[''].append ('gcc')
-        return d
-
 ## shortcut: take python out of dependencies
 class LilyPond__no_python (LilyPond):
     def get_build_dependencies (self):
@@ -499,6 +493,8 @@
 Lilypond__darwin = LilyPond__darwin
 Lilypond__debian = LilyPond__debian
 Lilypond__mingw = LilyPond__mingw
-Lilypond__freebsd = LilyPond__freebsd
+Lilypond__freebsd = LilyPond
 Lilypond__arm = LilyPond__debian
 Lilypond__mipsel = LilyPond__debian
+
+