Opened 15 years ago
Closed 15 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 15 years ago by tenomoto (Takeshi Enomoto)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r63795.