summaryrefslogtreecommitdiff
path: root/databases/xmysql/files/patch-ab
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>1997-09-02 14:56:45 +0000
committerAndreas Klemm <andreas@FreeBSD.org>1997-09-02 14:56:45 +0000
commit9cf0c356725f7b851b6342c70ca739d7b262c2c2 (patch)
treef83f94658eb6db68e346d7e77acc4e3f1df5d785 /databases/xmysql/files/patch-ab
parentUpgrade to 970901 (diff)
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.
Diffstat (limited to 'databases/xmysql/files/patch-ab')
-rw-r--r--databases/xmysql/files/patch-ab14
1 files changed, 14 insertions, 0 deletions
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 <string.h>
++
++#ifdef __FreeBSD__
++#include <stdlib.h>
++#else
+ #include <malloc.h>
++#endif
++
+ #include "forms.h"
+ #include "Xmysql.h"
+ #include "XmysqlDB.h"