#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)
Change History (3)
Changed 17 years ago by gui-dos (Guido Soranzio)
comment:1 Changed 17 years ago by gui-dos (Guido Soranzio)
Resolution: | → fixed |
---|---|
Status: | new → closed |
No response within 72 hours: committed in r33275
Note: See
TracTickets for help on using
tickets.
This is an updated Portfile working also in Leopard