Opened 3 years ago

Last modified 14 months ago

#62206 closed defect

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

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

Description

Build fails with +universal

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

Change History (1)

Changed 3 years ago by tellowkrinkle (TellowKrinkle)

Attachment: main.log added
Note: See TracTickets for help on using tickets.