Opened 7 months ago
Last modified 7 months ago
#69855 new enhancement
XviD: — at Initial Version
Reported by: | TurtleWilly (Wilhelm Loves Their Turtles) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | XviD |
Description
The build installs the following:
lib/ libxvidcore.4.dylib libxvidcore.a
Anything that links with -lxvidcore will automatically link statically. The .dylib is entirely useless like that. I do recommend adding an extra symlink to the versioned lib in "post-destroot":
lib/ libxvidcode.dylib -> libxvidcore.4.dylib
Note: See
TracTickets for help on using
tickets.