[MacPorts] #69855: XviD:
MacPorts
noreply at macports.org
Sun Apr 28 22:39:58 UTC 2024
#69855: XviD:
-------------------------+--------------------
Reporter: TurtleWilly | Owner: (none)
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: XviD
-------------------------+--------------------
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
}}}
--
Ticket URL: <https://trac.macports.org/ticket/69855>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list