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
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to maintainer
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.