Opened 14 years ago

Closed 14 years ago

#23706 closed defect (fixed)

vis5d: -arch flags appear in vis5d+.pc

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: tenomoto (Takeshi Enomoto)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: vis5d

Description

-arch flags appear in vis5d's vis5d+.pc file:

$ port contents vis5d | sed 1d | xargs grep -- ' -arch '
/opt/local/lib/pkgconfig/vis5d+.pc:Cflags: -I${includedir}/vis5d+ -O2 -arch x86_64 -Wall  -I/opt/local/include 

These should be removed from the file before installation. See r63747 for an example of how I did this for GraphicsMagick.

Change History (1)

comment:1 Changed 14 years ago by tenomoto (Takeshi Enomoto)

Resolution: fixed
Status: newclosed

Fixed in r63795.

Note: See TracTickets for help on using tickets.