Opened 15 years ago

Closed 15 years ago

#19623 closed defect (fixed)

Magick-config output contains -arch flags

Reported by: jmroot (Joshua Root) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: ImageMagick

Description

With ImageMagick+universal:

% Magick-config --ldflags        
-L/opt/local/lib -L/opt/local/lib -arch i386 -arch x86_64 -L/opt/local/lib -L/opt/local/lib -lfreetype -lz -L/opt/local/lib

Magick++-config, MagickCore-config and MagickWand-config are also affected.

Change History (3)

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

Status: newassigned

Thanks for letting me know. I hadn't tried to compile ImageMagick universal before.

The fix will likely be similar to what was done for curl; see #15116 and #14077.

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

The initial thought of removing ${configure.universal_ldflags} from the -config scripts is insufficient, because they also contain the -isysroot bit.

comment:3 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Fixed in r51004.

Note: See TracTickets for help on using tickets.