Fixup gcc@4.9{0,1,2} build on darwin (#3789)

This commit is contained in:
healther 2017-04-11 14:37:44 +02:00 committed by Adam J. Stewart
parent 808e9b4649
commit 74b1f2b860

View File

@ -83,8 +83,8 @@ class Gcc(AutotoolsPackage):
# depends_on('guile@1.4.1:', type='test')
if sys.platform == 'darwin':
patch('darwin/gcc-4.9.patch1', when='@4.9.3')
patch('darwin/gcc-4.9.patch2', when='@4.9.3')
patch('darwin/gcc-4.9.patch1', when='@4.9.0:4.9.3')
patch('darwin/gcc-4.9.patch2', when='@4.9.0:4.9.3')
else:
provides('golang', when='@4.7.1:')