Opened 14 years ago

Closed 11 years ago

#23707 closed defect (fixed)

tcl: tclConfig.sh contains -arch flags

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: tcl

Description

-arch flags appear in tcl's tclConfig.sh script:

$ port contents tcl | sed 1d | xargs grep -- ' -arch '
/opt/local/lib/tclConfig.sh:TCL_EXTRA_CFLAGS='-O2 -arch x86_64 -arch i386 -pipe   '
/opt/local/lib/tclConfig.sh:TCL_LD_FLAGS='-arch x86_64 -arch i386 -headerpad_max_install_names -Wl,-search_paths_first '

These should be removed from the file before installation. See r63747 for an example of how I did this for GraphicsMagick.

Change History (1)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.