Ticket #22778 (closed defect: fixed)
tre: tre.pc contains -arch flags
| Reported by: | ryandesign@… | Owned by: | erickt@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.1 |
| Keywords: | haspatch | Cc: | |
| Port: | tre |
Description
I installed tre +universal (x86_64/i386) on Snow Leopard, and the resulting tre.pc file contains -arch flags:
$ cat /opt/local/lib/pkgconfig/tre.pc
prefix=/opt/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: TRE
Description: TRE regexp matching library
Version: 0.8.0
Libs: -L${libdir} -ltre -L/opt/local/lib -arch x86_64 -arch i386 -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation
Cflags: -I${includedir} -I/opt/local/include
These should be removed from the tre.pc file.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


here's a patch