From 9cf0c356725f7b851b6342c70ca739d7b262c2c2 Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Tue, 2 Sep 1997 14:56:45 +0000 Subject: New port xmysql. XmySQL is a front end to the MySQL database engine. It allows for simple queries and table maintenance, as well as batch queries. XmySQL has been compiled and tested on Linux 2.0.0 with MySQL 3.20.16 and Xforms version 0.86. --- databases/xmysql/files/patch-ab | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 databases/xmysql/files/patch-ab (limited to 'databases/xmysql/files/patch-ab') diff --git a/databases/xmysql/files/patch-ab b/databases/xmysql/files/patch-ab new file mode 100644 index 000000000000..99a6bafccca8 --- /dev/null +++ b/databases/xmysql/files/patch-ab @@ -0,0 +1,14 @@ +--- Xmysql_cb.c.orig Tue Sep 2 16:08:23 1997 ++++ Xmysql_cb.c Tue Sep 2 16:09:08 1997 +@@ -1,5 +1,11 @@ + #include ++ ++#ifdef __FreeBSD__ ++#include ++#else + #include ++#endif ++ + #include "forms.h" + #include "Xmysql.h" + #include "XmysqlDB.h" -- cgit v1.2.3