Opened 15 years ago

Closed 15 years ago

#20450 closed defect (fixed)

libmad: default CFLAGS conflict with -arch x86_64

Reported by: DarkAn9el@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc:
Port: libmad

Description

When trying to build libmad in x86_64 arch, build fails because -arch x86_64 conflict with -march=i486

Quick and dirty edit to make things build:
In /opt/local/var/macports/sources/rsync.macports.org/release/ports/audio/libmad/work/libmad-0.15.1b/Makefile
Replace -march=i486 with -march=core2

Change History (2)

comment:1 Changed 15 years ago by tobypeterson

should just remove -march altogether

comment:2 Changed 15 years ago by tobypeterson

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