Bug 59930 - [PATCH] multimedia/libxine uses static ldt allocation
Summary: [PATCH] multimedia/libxine uses static ldt allocation
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: 2003-12-03 22:10 UTC by Daniel Eischen
Modified: 2003-12-09 13:13 UTC (History)
0 users

See Also:


Attachments
file.diff (1.49 KB, patch)
2003-12-03 22:10 UTC, Daniel Eischen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Eischen freebsd_committer freebsd_triage 2003-12-03 22:10:17 UTC
	libxine uses static ldt allocation and this doesn't work
	with libthr and libkse.

Fix: Add the following patch to multimedia/libxine/files/patch-src:libw32dll:ldt_keeper.c.
	A similar patch was made to multimedia/mplayer.
How-To-Repeat: 	Audit libxine source (src/libw32dll/wine/ldt_keeper.c).
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-03 22:25:51 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2003-12-09 13:12:24 UTC
State Changed
From-To: open->closed

Committed, thanks!