Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17390 closed defect (fixed)

gdlib-config --ldflags output contains configure.universal_ldflags

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

Description

With a universal gd2 installed:

% gdlib-config --ldflags
-L/opt/local/lib -Wl,-framework,CoreServices,-framework,ApplicationServices -L/opt/local/lib -L/opt/local/lib -arch i386 -arch x86_64 -mmacosx-version-min=10.5 -L/usr/X11/lib

This causes building e.g. gnuplot non-universal to fail.

Change History (3)

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

Status: newassigned

Ah yes, I had to do a similar fix for curl in r36442.

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

Resolution: fixed
Status: assignedclosed

Fixed in r42598.

comment:3 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.