diff options
author | John Marino <marino@FreeBSD.org> | 2015-10-16 14:51:05 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-10-16 14:51:05 +0000 |
commit | c212d6f6fd86963e9fc8e9cb56441cbf31145768 (patch) | |
tree | ffb54a1d193490f51a27001167deabd314e56150 /editors/fxite/files/patch-src__appwin.cpp | |
parent | - Update to 2.60 (diff) |
editors/fxite: Fix when Fox-1.7 option selected
Reorganizes port, rewrapps pkg-descr too.
This uses a new distribution file from GitHub but for some reason
the version number didn't change.
PR: 200300
Submitted by: ports fury
Diffstat (limited to '')
-rw-r--r-- | editors/fxite/files/patch-src__appwin.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/fxite/files/patch-src__appwin.cpp b/editors/fxite/files/patch-src__appwin.cpp new file mode 100644 index 000000000000..845e84ecb8de --- /dev/null +++ b/editors/fxite/files/patch-src__appwin.cpp @@ -0,0 +1,18 @@ +--- src/appwin.cpp.orig 2013-10-03 09:22:51 UTC ++++ src/appwin.cpp +@@ -20,6 +20,7 @@ + #include <fx.h> + #include <fxkeys.h> + ++#include "compat.h" + #include "scidoc.h" + #include "doctabs.h" + #include "search.h" +@@ -36,7 +37,6 @@ + #include "statusbar.h" + #include "scidoc_util.h" + #include "foreachtab.h" +-#include "compat.h" + + #include "intl.h" + #include "appwin.h" |