Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13974 closed defect (fixed)

py25-gnome needs a workaround for missing symbols in Leopard

Reported by: gui-dos (Guido Soranzio) Owned by: pguyot (Paul Guyot)
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: Cc:
Port:

Description

If you try to run the examples under Leopard, the same "missing synbols" errors which affected py25-cairo, py25-gtk (and many other ports which I already amended) occur.

Just remove from the makefiles the option "-export-symbols-regex" and they will be working again.

Also,

configure.env       PYTHON=python2.5

should be changed into

configure.python      ${prefix}/bin/python2.5

Attachments (1)

Portfile (1.3 KB) - added by gui-dos (Guido Soranzio) 16 years ago.
This is an updated Portfile working also in Leopard

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by gui-dos (Guido Soranzio)

Attachment: Portfile added

This is an updated Portfile working also in Leopard

comment:1 Changed 16 years ago by gui-dos (Guido Soranzio)

Resolution: fixed
Status: newclosed

No response within 72 hours: committed in r33275

comment:2 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.