Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29070 - Compile of mjpegtools-1.6.1.90 stop if Xfree is not installed
Summary: Compile of mjpegtools-1.6.1.90 stop if Xfree is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-19 00:13 UTC by Christian Jiresjö
Modified: 2003-09-19 16:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for mjpegtools 1.6.1.90 Makefile.in (mjpegtools-1.6.1.90-Makefile.in.diff,497 bytes, patch)
2003-09-19 00:15 UTC, Christian Jiresjö
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Jiresjö 2003-09-19 00:13:51 UTC
Mjpegtools-1.6.1.90 does not build without xfree. 
Use flag is used correctly to disable X when running configure.
There is a -lX11 in the Makefile.in for lavtools which makes the tools
unneccesaryily not honour disable-x.
Mjpegtools builds correctly with this extra -lX11 removed.

Reproducible: Always
Steps to Reproduce:
Comment 1 Christian Jiresjö 2003-09-19 00:15:27 UTC
Created attachment 17963 [details, diff]
Patch for mjpegtools 1.6.1.90 Makefile.in

This patch for Makefile.in removes the unneccesary -lX11 that is causing
trouble when building without X.
Comment 2 Max Kalika (RETIRED) gentoo-dev 2003-09-19 16:23:14 UTC
Commited to cvs. Thanks!