Changes between Initial Version and Version 1 of Ticket #62206


Ignore:
Timestamp:
Feb 3, 2021, 2:24:29 AM (3 years ago)
Author:
tellowkrinkle (TellowKrinkle)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62206 – Description

    initial v1  
    11Build fails with +universal
    22
    3 Seems some package is mangling the cflags/cxxflags/ldflags and turning `-arch x86_64 -arch i386` into `-arch -arch`.  Clearing `config.universal_cflags`, `config.universal_ldflags`, etc in the portfile (so that the arch declaration only goes through the configure `--enable-universal_binary=x86_64,i386` command line argument) seems to fix it, though I don't know if that's the proper way to do things
     3Seems some package is mangling the cflags/cxxflags/ldflags and turning `-arch x86_64 -arch i386` into `-arch -arch`.  Clearing `configure.universal_cflags`, `configure.universal_ldflags`, etc in the portfile (so that the arch declaration only goes through the configure `--enable-universal_binary=x86_64,i386` command line argument) seems to fix it, though I don't know if that's the proper way to do things