diff options
author | Boris Pek <tehnick-8@yandex.ru> | 2016-05-04 09:09:11 (GMT) |
---|---|---|
committer | Boris Pek <tehnick-8@yandex.ru> | 2016-05-04 09:09:29 (GMT) |
commit | 7e3e75cc7a7a7e694dfb5693bac462f9b1d968d4 (patch) | |
tree | 83b1fcf1741e2412bed3a5ab51a49746ef19e96c /plugins | |
parent | 3414a5d8ffb9a8154c44f2e171e280fc7b9cbd2d (diff) | |
download | mxe-7e3e75cc7a7a7e694dfb5693bac462f9b1d968d4.zip mxe-7e3e75cc7a7a7e694dfb5693bac462f9b1d968d4.tar.gz mxe-7e3e75cc7a7a7e694dfb5693bac462f9b1d968d4.tar.bz2 |
gcc6 plugin: update info about jsoncpp pkg in README.md
GCC 6.x related fix was in 0bc73f7. And it may be interesting
for users who want to use GCC 6.x. As for a1cc019 -- just
cosmetic change for common style in README.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gcc6/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/gcc6/README.md b/plugins/gcc6/README.md index c674d0a..f1f4cfc 100644 --- a/plugins/gcc6/README.md +++ b/plugins/gcc6/README.md @@ -33,8 +33,8 @@ or using above mentioned workaround. See the table below for details. If some MXE packages or your personal projects are still FTBFS you may look how other packages were fixed and use similar approach. -Please ensure that proposed fixes for packages [also build with earlier GCC -versions](https://github.com/mxe/mxe/commit/a1cc019). +Please ensure that proposed fixes for packages also build with earlier GCC +versions [[4](https://github.com/mxe/mxe/commit/a1cc019)]. | package | target | fixed in commit | | ------------------ | --------------------------------------- | ---------------------------------------------------- | @@ -50,7 +50,7 @@ versions](https://github.com/mxe/mxe/commit/a1cc019). | gtkmm3 | static (all) | - | | guile | i686-w64-mingw32.static (all) | - | | itk | all | - | -| jsoncpp | all | [a1cc019](https://github.com/mxe/mxe/commit/a1cc019) | +| jsoncpp | all | [0bc73f7](https://github.com/mxe/mxe/commit/0bc73f7) | | json_spirit | all | - | | librsvg | all | - | | libxml++ | all | - | |