Opened 3 years ago

Last modified 14 months ago

#62206 closed defect

wxWidgets-3.2 @ 3.1.4_1 Universal build fails — at Version 1

Reported by: tellowkrinkle (TellowKrinkle) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.6.4
Keywords: Cc:
Port: wxWidgets-3.2

Description (last modified by tellowkrinkle (TellowKrinkle))

Build fails with +universal

Seems 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

Change History (2)

Changed 3 years ago by tellowkrinkle (TellowKrinkle)

Attachment: main.log added

comment:1 Changed 3 years ago by tellowkrinkle (TellowKrinkle)

Description: modified (diff)
Note: See TracTickets for help on using tickets.