ports/databases/mysql-gui/files/patch-status.cc
Pav Lucistnik e4b8424f33 - Fix patching
- Fix build on 4.x
- Add patches to build on 5.x from edwin
  Note this does not build on 5.x, my C++ fu is not good enough to overcome
  iterator usage in admin.cc. Patches are welcomed.

PR:		ports/47862
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net> (maintainer)
2003-12-14 18:03:48 +00:00

8 lines
229 B
C++

--- status.cc.orig Wed Apr 11 21:12:24 2001
+++ status.cc Mon Feb 3 04:10:54 2003
@@ -1,4 +1,5 @@
#include "status.h"
+#undef Success
#include <sqlplus.hh>
extern char *pass; extern int w8_x, w8_y;
#include <FL/Fl_Pixmap.H>