#64876 closed defect (duplicate)
gnuregex: fix for Leopard ppc — at Version 1
Reported by: | barracuda156 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.7.2 |
Keywords: | powerpc, leopard, snowleopard, rosetta | Cc: | |
Port: | gnuregex |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
I cannot modify someone else’s ticket, so opening a new one. gnuregex
builds for ppc (Leopard and Snow Leopard) with this change to its portfile:
post-build { set command "libtool -lSystem -ldylib1.10.5.o -dynamic -install_name ${prefix}/lib/libgnuregex.dylib -o libgnuregex.dylib regex.o" ui_debug "$command" system "cd ${worksrcpath} && ${command}" }
In particular, -ldylib1.10.5.o
is to be added.
Discussion here: #52466
- S. I can check on Tiger whether
-ldylib1.10.4.o
works later on.
Change History (1)
comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Type: | submission → defect |
Note: See
TracTickets for help on using
tickets.
But you did successfully add a comment to that other ticket. We don't need multiple tickets open for the same problem.