Bug 62387

Summary: (fix) port multimedia/libxine does not compile on alpha.
Product: Ports & Packages Reporter: Klaus Robert Suetterlin <krs>
Component: Individual Port(s)Assignee: MANTANI Nobutaka <nobutaka>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Klaus Robert Suetterlin 2004-02-05 13:40:04 UTC
	``port ports/multimedia/libxine/Makefile,v 1.55 2004/02/04 04:36:17''
	does not compile.  gcc stops in src/video_out/video_out_xv.c
	because u_int64_t is not defined in <machine/param.h>.

Fix: move the #include <sys/types.h> in front of the
	#if defined(__FreeBSD__) block which contains the
	#include <machine/param.h>.

	This could be done in ``files/patch-src:video_out:video_out_xv.c'':
How-To-Repeat: 	Happens every time.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-02-05 19:21:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2004-02-22 14:13:58 UTC
State Changed
From-To: open->closed

Committed, thanks!