Opened 16 years ago
Closed 16 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 16 years ago by ryandesign (Ryan Carsten Schmidt)
Status: | new → assigned |
---|
comment:2 Changed 16 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 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r51004.
Note: See
TracTickets for help on using
tickets.
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.