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

10 lines
312 B
C++

--- password.cc.orig Wed Apr 11 21:12:25 2001
+++ password.cc Mon Feb 3 03:58:35 2003
@@ -1,6 +1,7 @@
// generated by Fast Light User Interface Designer (fluid) version 1.00
#include <FL/Fl_Menu_.H>
#include "password.h"
+#undef Success
#include <sqlplus.hh>
#include "client.h"
#include <FL/Fl_Pixmap.H>