diff --git a/jhbuildrc-gtk-osx b/jhbuildrc-gtk-osx index 41ced0a909dcea7ec6e3708884b5f2c71316ee55..80a366088e10663fbcb6d4e6cfd09f8974fbeb00 100644 --- a/jhbuildrc-gtk-osx +++ b/jhbuildrc-gtk-osx @@ -229,7 +229,7 @@ def setup_sdk(target=_target, sdk_version=None, architectures=[_default_arch]): # developing, and it takes a lot of typing, so define a # convenience environment variable: environ_append('SDKDIR', sdkdir) - environ_append('SDKROOT', sdkdir) + os.environ["SDKROOT"] = sdkdir # Apple Documentation says that "-syslibroot" is the arg to pass to the # linker, but we are using the compiler to control the linker, and @@ -327,7 +327,6 @@ def setup_sdk(target=_target, sdk_version=None, architectures=[_default_arch]): module_extra_env["pkg-config"] = {'CFLAGS': os.environ['CFLAGS'] + ' -std=gnu89'} append_autogenargs('libgcrypt', 'CFLAGS="$CFLAGS -fheinous-gnu-extensions"') module_makeargs['liboil'] = 'CFLAGS="$CFLAGS -DHAVE_SYMBOL_UNDERSCORE -fheinous-gnu-extensions"' - append_autogenargs('babl', '--disable-sse') # openssl doesn't understand DESTDIR, but luckily it has its own mechanism. module_extra_env['openssl'] = {'INSTALL_PREFIX': os.path.join(prefix, '_jhbuild', 'root-openssl')} diff --git a/modulesets-stable/bootstrap.modules b/modulesets-stable/bootstrap.modules index e0567aab78877d8e858c141c8e65e302c8ca7376..f04f484671e1b068a5633e6a0ae091d472c96a34 100644 --- a/modulesets-stable/bootstrap.modules +++ b/modulesets-stable/bootstrap.modules @@ -71,7 +71,7 @@ - +