diff options
author | gahr <gahr@FreeBSD.org> | 2014-09-02 19:57:55 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-09-02 19:57:55 +0800 |
commit | d9e5842ddf5ca2bba1e53289e93a4a1f553181b1 (patch) | |
tree | ee0608c7db85f2a4cf486aa0337a12293737d204 /editors/codelite/files | |
parent | b276000c9233f1511e2e73afc72fcbb54e276c72 (diff) | |
download | freebsd-ports-gnome-d9e5842ddf5ca2bba1e53289e93a4a1f553181b1.tar.gz freebsd-ports-gnome-d9e5842ddf5ca2bba1e53289e93a4a1f553181b1.tar.zst freebsd-ports-gnome-d9e5842ddf5ca2bba1e53289e93a4a1f553181b1.zip |
- Update to 6.1.1
Release notes:
* http://codelite.org/LiteEditor/ReleaseNotesCodeLite60
* http://codelite.org/LiteEditor/ReleaseNotesCodeLite61
Diffstat (limited to 'editors/codelite/files')
-rw-r--r-- | editors/codelite/files/patch-commit-7ebf3e0 (renamed from editors/codelite/files/patch-codelite_terminal_MainFrame.cpp) | 0 | ||||
-rw-r--r-- | editors/codelite/files/patch-commit-b618667 | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/editors/codelite/files/patch-codelite_terminal_MainFrame.cpp b/editors/codelite/files/patch-commit-7ebf3e0 index 3c988ba09c89..3c988ba09c89 100644 --- a/editors/codelite/files/patch-codelite_terminal_MainFrame.cpp +++ b/editors/codelite/files/patch-commit-7ebf3e0 diff --git a/editors/codelite/files/patch-commit-b618667 b/editors/codelite/files/patch-commit-b618667 new file mode 100644 index 000000000000..0b2856fc08d7 --- /dev/null +++ b/editors/codelite/files/patch-commit-b618667 @@ -0,0 +1,10 @@ +--- Subversion2/svn_console.cpp.orig 2014-09-02 12:19:50.000000000 +0200 ++++ Subversion2/svn_console.cpp 2014-09-02 12:20:43.000000000 +0200 +@@ -39,6 +39,7 @@ + #include "notebook_ex.h" + #include "event_notifier.h" + #include <wx/regex.h> ++#include <wx/settings.h> + + //------------------------------------------------------------- + BEGIN_EVENT_TABLE(SvnConsole, wxEvtHandler) |