diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 18:54:20 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 18:54:20 +0000 |
commit | c98c9d738faac2bbd016b36142a931888b232f84 (patch) | |
tree | d7ce6abb53038943372e6e925bcb8a0b7519f984 /databases/mysql-gui/files/patch-single.cc | |
parent | Allow to build libcrypto.so.2 for 4.0, 4,1 and 4.2 RELEASE (diff) |
Add mysql-gui, a graphical SQL client for MySQL.
PR: ports/29862
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Notes
Notes:
svn path=/head/; revision=47393
Diffstat (limited to '')
-rw-r--r-- | databases/mysql-gui/files/patch-single.cc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/mysql-gui/files/patch-single.cc b/databases/mysql-gui/files/patch-single.cc new file mode 100644 index 000000000000..595b52f2f999 --- /dev/null +++ b/databases/mysql-gui/files/patch-single.cc @@ -0,0 +1,20 @@ +--- single.cc.orig Sat Aug 18 18:18:16 2001 ++++ single.cc Sat Aug 18 18:17:24 2001 +@@ -1,16 +1,13 @@ + // generated by Fast Light User Interface Designer (fluid) version 1.00 +- + #include <client.h> + #include <sqlplus.hh> ++#undef Time + // + // This file implements the file I/O routines for the editor engine. + // These are simple ASCII I/O routines, just for getting text out of + // a file, or putting it into one. + // + #include "single.h" +-#include <FL/vartypes.h> +-#include <FL/strings.h> +-#include <FL/editor.h> + + extern Connection *con; + |