Bug 62387 - (fix) port multimedia/libxine does not compile on alpha.
Summary: (fix) port multimedia/libxine does not compile on alpha.
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: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-05 13:40 UTC by Klaus Robert Suetterlin
Modified: 2004-02-22 14:14 UTC (History)
0 users

See Also:


Attachments
file.diff (529 bytes, patch)
2004-02-05 13:40 UTC, Klaus Robert Suetterlin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!