Bug fixes
This commit is contained in:
parent
7e53f4328f
commit
9e05fdf4a1
@ -39,7 +39,6 @@ class Gettext(Package):
|
||||
variant('libxml2', default=True, description='Use libxml2')
|
||||
variant('git', default=True, description='Enable git support')
|
||||
variant('tar', default=True, description='Enable tar support')
|
||||
variant('gzip', default=True, description='Enable gzip support')
|
||||
variant('bzip2', default=True, description='Enable bzip2 support')
|
||||
variant('xz', default=True, description='Enable xz support')
|
||||
|
||||
@ -54,7 +53,7 @@ class Gettext(Package):
|
||||
# C# runtime and compiler (e.g. pnet or mono)
|
||||
depends_on('git@1.6:', when='+git')
|
||||
depends_on('tar', when='+tar')
|
||||
depends_on('gzip', when='+gzip')
|
||||
# depends_on('gzip', when='+gzip')
|
||||
depends_on('bzip2', when='+bzip2')
|
||||
depends_on('xz', when='+xz')
|
||||
|
||||
|
@ -37,9 +37,9 @@ class Libctl(Package):
|
||||
depends_on('guile')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure('--prefix={0}'.format(prefix)
|
||||
configure('--prefix={0}'.format(prefix),
|
||||
'GUILE={0}'.format(spec['guile'].prefix))
|
||||
#GUILE_CONFIG=/path/to/guile-config
|
||||
# GUILE_CONFIG=/path/to/guile-config
|
||||
|
||||
make()
|
||||
make('check')
|
||||
|
Loading…
Reference in New Issue
Block a user