New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #22778 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

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

tre.diff (529 bytes) - added by ryandesign@… 3 years ago.
here's a patch
tre2.diff (1.0 KB) - added by ryandesign@… 3 years ago.
revised patch that also installs documentation files and indicates the license

Change History

Changed 3 years ago by ryandesign@…

here's a patch

Changed 3 years ago by ryandesign@…

revised patch that also installs documentation files and indicates the license

comment:1 Changed 2 years ago by jmr@…

  • Keywords haspatch added

So are you going to commit this or what?

comment:2 Changed 2 years ago by ryandesign@…

  • Status changed from new to closed
  • Resolution set to fixed

r75874 (maintainer timeout).

Note: See TracTickets for help on using tickets.