From 3c251ab3e71f5c3493a62554402aef0c82f0ff4e Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Wed, 2 Jul 2003 13:02:29 +0000 Subject: update devel/mico: 2.3.10 --> 2.3.10_1 - install HTML documentation - add build options: WITH_X11, WITH_QT, TITH_GTK, WITH_TCL - fix PLIST and make it flexible and depended on build options - add WITH_GCC32 option to build with lang/gcc32 on -STABLE - add patches and rename old - many style fixes - change COMMENT to correspond to Mico current state - decrease pkg-descr to 24 lines PR: 53988 Submitted by: Sergey Matveychuk (maintainer) --- devel/mico/files/patch-include::tclmico.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 devel/mico/files/patch-include::tclmico.h (limited to 'devel/mico/files/patch-include::tclmico.h') diff --git a/devel/mico/files/patch-include::tclmico.h b/devel/mico/files/patch-include::tclmico.h new file mode 100644 index 000000000000..82a04f82383d --- /dev/null +++ b/devel/mico/files/patch-include::tclmico.h @@ -0,0 +1,13 @@ +--- tclmico.h.orig Mon May 26 14:55:46 2003 ++++ include/mico/tclmico.h Sun Jun 29 02:25:42 2003 +@@ -32,6 +32,10 @@ + #include + #endif + ++using std::list; ++using std::set; ++using std::less; ++ + class TclDispatcher : public CORBA::Dispatcher { + + struct FileEvent { -- cgit v1.2.3