1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

Add a patch which lets this compile on my -current system.

Approved by:	gnome (mezz)
This commit is contained in:
Alexander Leidinger 2007-01-06 19:31:00 +00:00
parent b2d4b904f8
commit 5f6cd81daa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181640

View File

@ -0,0 +1,18 @@
--- providers/gda-mysql-server/gda-mysql-connection.c.orig Wed Jan 3 17:18:46 2007
+++ providers/gda-mysql-server/gda-mysql-connection.c Wed Jan 3 17:18:50 2007
@@ -540,6 +540,7 @@
/* N/A */
break;
default:
+ break;
}
}
@@ -684,6 +685,7 @@
case GDA_Connection_COLUMN_NAME:
break;
default:
+ break;
}
}