pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/multimedia/xine-lib
Rumko wrote:
> xine-lib-1.1.14/src/video_out/Makefile contains:
> XVMC_LIBS = -L -lXvMCW
> and
> XXMC_LIBS = -L -lXvMCW
>
> it should have:
> XVMC_LIBS = -L/usr/pkg/lib -lXvMCW
> and
> XXMC_LIBS = -L/usr/pkg/lib -lXvMCW
Yep. The problem is that configure fails to find X libraries and includes
path:
checking for X... libraries , headers
While it has been harmless up to now, detecting XvMC does (stupid?)
games - if library path isn't specified, it defaults to X libraries path
and it's just blindly used without checking whether it's empty or not.
As a quick solution you can add xmkmf to USE_TOOLS (in the xine-lib
Makefile.common) to fix detecting X libraries and includes paths. I'm not
sure yet whether it's correct solution.
--
Hasso Tepper
Home |
Main Index |
Thread Index |
Old Index