Bug 93271 - [PATCH] Port devel/gamin does not compile with GCC 2.x
Summary: [PATCH] Port devel/gamin does not compile with GCC 2.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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 09:30 UTC by Sven Berkvens-Matthijsse
Modified: 2006-02-14 17:46 UTC (History)
0 users

See Also:


Attachments
file.diff (959 bytes, patch)
2006-02-13 09:30 UTC, Sven Berkvens-Matthijsse
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-02-13 09:30:04 UTC
	The port devel/gamin does not compile on FreeBSD 4.x with the default
	GCC 2.x compiler because it uses a C99 feature that GCC 2.x does not
	support.

Fix: Here is a replacement for the files/patch-tests_testing.c file:

How-To-Repeat: 	Try to compile on FreeBSD 4.x.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-13 09:32:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2006-02-14 17:46:39 UTC
State Changed
From-To: open->closed

Fixed in a different way.