Opened 11 years ago

Closed 11 years ago

#40473 closed defect (fixed)

gettext @0.18.3.1_0: ignores -stdlib when linking dylibs

Reported by: larryv (Lawrence Velázquez) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc:
Port: gettext

Description

The libtool generated by gettext’s bundled configure drops -stdlib flags when linking dylibs. (Curiously, it correctly does so for regular executables.) Updating the configuration with libtoolize (via autoreconf) fixes this.

Attachments (2)

patch-gettext-tools-Makefile.am.diff (637 bytes) - added by larryv (Lawrence Velázquez) 11 years ago.
replaces patch-gettext-tools-Makefile.in
Portfile-gettext.diff (692 bytes) - added by larryv (Lawrence Velázquez) 11 years ago.

Download all attachments as: .zip

Change History (6)

Changed 11 years ago by larryv (Lawrence Velázquez)

replaces patch-gettext-tools-Makefile.in

Changed 11 years ago by larryv (Lawrence Velázquez)

Attachment: Portfile-gettext.diff added

comment:1 Changed 11 years ago by larryv (Lawrence Velázquez)

I can commit this if it looks okay to you.

comment:2 in reply to:  description Changed 11 years ago by larryv (Lawrence Velázquez)

Replying to larryv@…:

(Curiously, it correctly does so for regular executables.)

I meant that it correctly passes the flag, obviously.

comment:3 in reply to:  1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to larryv@…:

I can commit this if it looks okay to you.

Go ahead if it seems right to you. I haven't looked into these -stdlib issues yet.

comment:4 Changed 11 years ago by larryv (Lawrence Velázquez)

Resolution: fixed
Status: newclosed

Thanks, r111056.

Note: See TracTickets for help on using tickets.