Bug 88640 - [PATCH] databases/libgda2: [Fix build on 4.x]
Summary: [PATCH] databases/libgda2: [Fix build on 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: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-08 06:20 UTC by Tod McQuillin
Modified: 2005-11-08 07:36 UTC (History)
1 user (show)

See Also:


Attachments
libgda2-1.9.100_1.patch (2.28 KB, patch)
2005-11-08 06:20 UTC, Tod McQuillin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tod McQuillin 2005-11-08 06:20:15 UTC
A couple of source files assume they are using a version of gcc which
permits non-C extensions (like declaring variables in the middle of a
block).  This patch fixes these assumptions which fail using gcc 2.95.4.

Also please remove the empty patch files/patch-doc::libgda-C.omf.in

Added file(s):
- files/patch-libgda_gda-value.c
- files/patch-providers_mysql_gda-mysql-recordset.c

Port maintainer (gnome@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-08 06:21:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer
Comment 2 Alexander Nedotsukov freebsd_committer freebsd_triage 2005-11-08 07:33:21 UTC
State Changed
From-To: open->closed

Committed, thanks! 
Just FYI. Declaring variables inside code block is 
standard C99 feature. You just using extremly old C 
compiller.