Bug 63745

Summary: [Patch] multimedia/mjpegtools -- Fix build on 5.x
Product: Ports & Packages Reporter: Michael Johnson <ahze>
Component: Individual Port(s)Assignee: Mario Sergio Fujikawa Ferreira <lioux>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael Johnson 2004-03-04 07:30:23 UTC
This fixes build on 5.x current

I tested on both 4.x and 5.x. 

patch-gcc-yuvdenoise::motion.c came from gentoo portage.

I wasn't quite sure what to do with 
 @${REINPLACE_CMD} -e 's|#include <getopt.h>|#include "/usr/include/getop
t.h"|'
this might be the wrong way to include /usr/include/getopt.h instead of /usr/local/include/getopt.h. please tell me if this is wrong.
Comment 1 Michael Johnson 2004-03-04 08:01:53 UTC
lav2divx & yuv2divx core dump and don't work.

I'm not sure what to do about that.
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2004-03-04 11:59:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer.
Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2004-03-06 10:55:21 UTC
State Changed
From-To: open->closed

Committed, thanks, except getopt.h part which seems 
bogus (no /usr/include/getopt.h on -STABLE)