Bug 99600 - [PATCH] Port multimedia/libtheora does not compile on FreeBSD 4.x
Summary: [PATCH] Port multimedia/libtheora does not compile on FreeBSD 4.x
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: Stefan Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-29 12:10 UTC by Sven Berkvens-Matthijsse
Modified: 2006-06-29 20:28 UTC (History)
0 users

See Also:


Attachments
libtheora-freebsd4-fix.diff (405 bytes, patch)
2006-06-29 17:44 UTC, Rainer Alves
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Berkvens-Matthijsse 2006-06-29 12:10:14 UTC
	The port multiple/libraries does not compile under FreeBSD 4.x because
	GCC 2.x cannot compile a C file with an asm statement in it that it
	finds too complex to handle correctly.

Fix: 

Adding USE_GCC=3.4+ to the Makefile solves the problem.
How-To-Repeat: 	Compile under FreeBSD 4.x.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-06-29 12:10:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Rainer Alves 2006-06-29 17:44:49 UTC
I approve this, here's a patch with the proposed fix. Thanks for the 
heads up.

- Rainer
Comment 3 Stefan Walter freebsd_committer freebsd_triage 2006-06-29 18:42:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stefan

Take.
Comment 4 Stefan Walter freebsd_committer freebsd_triage 2006-06-29 19:43:18 UTC
State Changed
From-To: feedback->open

Maintainer's feedback received.
Comment 5 Stefan Walter freebsd_committer freebsd_triage 2006-06-29 20:28:08 UTC
State Changed
From-To: open->closed

Committed, thanks!