[gtk-osx: 37/48] Remove 32/64 bit universal build for expat, perl ARCHFLAGS.



commit 1a016573c4304cdfc06370be5ab5e70e27475dba
Author: John Ralls <jralls ceridwen us>
Date:   Tue Apr 16 07:04:05 2019 -0700

    Remove 32/64 bit universal build for expat, perl ARCHFLAGS.
    
    Perl-xml-simple & perl-xml-parser modules were removed.

 jhbuildrc-gtk-osx | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/jhbuildrc-gtk-osx b/jhbuildrc-gtk-osx
index 0bd1de2..1be7542 100644
--- a/jhbuildrc-gtk-osx
+++ b/jhbuildrc-gtk-osx
@@ -343,13 +343,6 @@ def setup_sdk(target=_target, sdk_version=None, architectures=[_default_arch]):
         os.environ["BUILDCFLAGS"] = os.environ["CFLAGS"]
     append_autogenargs("gnutls", "--disable-guile")
     append_autogenargs("guile", 'CFLAGS="$CFLAGS -O1"')
-    #Defining ARCHFLAGS globally messes up waf, so we need to define
-    #it here for our two perl modules:
-    if (_osx_version < 14):
-        module_extra_env["expat"] = {'CFLAGS':os.environ['CFLAGS'] + ' -arch i386 -arch x86_64'}
-        module_extra_env.update(
-            {"perl-xml-simple":{"ARCHFLAGS":"-arch i386 -arch x86_64"},
-             "perl-xml-parser":{"ARCHFLAGS":"-arch i386 -arch x86_64"}})
     #Some packages require special arguments or flags to compile with Clang:
     module_extra_env["pkg-config"] = {'CFLAGS': os.environ['CFLAGS'] + ' -std=gnu89'}
     append_autogenargs('libgcrypt', 'CFLAGS="$CFLAGS -fheinous-gnu-extensions"')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]