mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- 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)
9 lines
210 B
C++
9 lines
210 B
C++
--- db_tree.cc.orig Wed Apr 11 21:12:19 2001
|
|
+++ db_tree.cc Mon Feb 3 02:32:09 2003
|
|
@@ -28,6 +28,7 @@
|
|
#endif
|
|
#include <iomanip>
|
|
#include <string>
|
|
+#undef Success
|
|
#include <sqlplus.hh>
|
|
#include "client.h"
|