Bug 69452 - [PATCH] multimedia/mjpegtools: [Fix build with gcc3.4 & respect C[XX]FLAGS]]
Summary: [PATCH] multimedia/mjpegtools: [Fix build with gcc3.4 & respect C[XX]FLAGS]]
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Mario Sergio Fujikawa Ferreira
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-23 00:50 UTC by Michael Johnson
Modified: 2004-08-20 16:57 UTC (History)
1 user (show)

See Also:


Attachments
mjpegtools-1.6.2_1.patch (3.25 KB, patch)
2004-07-23 00:50 UTC, Michael Johnson
no flags Details | Diff
mjpegtools.patch (1.44 KB, patch)
2004-07-23 01:21 UTC, Michael Johnson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Johnson 2004-07-23 00:50:21 UTC
- Fix build with gcc3.4
- Respect C[XX]FLAGS

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.50
Comment 1 Michael Johnson 2004-07-23 01:21:59 UTC
Hi,
	Here is a patch that should be applied after the patch I already sent. 
mjpegtools wants libquicktime not openquicktime.

Michael
Comment 2 Michael Johnson 2004-07-23 01:23:44 UTC
typo
Makefile
-LIB_DEPENDS+=	quicktime.0:${PORTSDIR}/multimedia/openquicktime
+LIB_DEPENDS+=	quicktime.0:${PORTSDIR}/multimedia/libquicktime

On Jul 22, 2004, at 8:21 PM, Michael Johnson wrote:

> Hi,
> 	Here is a patch that should be applied after the patch I already 
> sent. mjpegtools wants libquicktime not openquicktime.
>
> Michael
>
> <mjpegtools.patch>
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2004-07-23 02:55:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2004-08-20 16:57:43 UTC
State Changed
From-To: open->closed

Committed, thanks!