freebsd-ports/databases/mysql-gui/files/patch-bebac.h
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

10 lines
279 B
C

--- bebac.h.orig Wed Apr 11 21:12:19 2001
+++ bebac.h Mon Feb 3 02:28:44 2003
@@ -5,6 +5,7 @@
#include <FL/Fl.H>
#include <FL/Fl_Double_Window.H>
#include "client.h"
+#undef Success
#include <mysql++>
extern Connection *con;
extern void do_exit(Fl_Double_Window*, void*);