Merge pull request #1324 from LuaAndC/fix-gcc6-state

update table of packages broken by gcc6 plugin
pull/1330/head
Tony Theodore 8 years ago
commit 7229ca5527

@ -34,34 +34,34 @@ MXE packages or your personal projects are still FTBFS you may look how other
packages were fixed and use similar approach. packages were fixed and use similar approach.
| package | target | fixed in commit | | package | target | fixed in commit |
| ------------------ | -------------------- | ---------------------------------------------------- | | ------------------ | --------------------------------------- | ---------------------------------------------------- |
| boost | all | [7ca2bce](https://github.com/mxe/mxe/commit/7ca2bce) | | boost | all | [7ca2bce](https://github.com/mxe/mxe/commit/7ca2bce) |
| cgal | all | - | | cgal | all | - |
| dcmtk | all | - | | dcmtk | static (all) | - |
| fdk-aac | all | - | | fdk-aac | all | - |
| flann | all | - | | flann | all | - |
| freeimage | all | - | | freeimage | static (all) | - |
| glib | all | [58c2c96](https://github.com/mxe/mxe/commit/58c2c96) | | glib | all | [58c2c96](https://github.com/mxe/mxe/commit/58c2c96) |
| gtkimageview | all | - | | gtkimageview | static (all) | - |
| gtkmm2 | all | - | | gtkmm2 | static (all) | - |
| gtkmm3 | all | - | | gtkmm3 | static (all) | - |
| guile | i686-w64-mingw32.static (all) | - |
| itk | all | - | | itk | all | - |
| jsoncpp | all | [0bc73f7](https://github.com/mxe/mxe/commit/0bc73f7) | | jsoncpp | all | [0bc73f7](https://github.com/mxe/mxe/commit/0bc73f7) |
| json_spirit | all | - | | json_spirit | all | - |
| libical | all | - |
| librsvg | all | - | | librsvg | all | - |
| libxml++ | all | - | | libxml++ | all | - |
| log4cxx | all | - | | log4cxx | static (all) | - |
| ocaml-lablgtk2 | i686-w64-mingw32.static (all) | - |
| opencv | all | - | | opencv | all | - |
| ossim | all | - | | ossim | all | - |
| qt | all | [5aac1c3](https://github.com/mxe/mxe/commit/5aac1c3) | | qt | all | [5aac1c3](https://github.com/mxe/mxe/commit/5aac1c3) |
| qt3d | all | - | | qt3d | all | - |
| sdl_sound | all | - | | qtwebkit | i686-w64-mingw32.shared | - |
| sdl_sound | static (all) | - |
| smpeg | all | [57cb6bb](https://github.com/mxe/mxe/commit/57cb6bb) | | smpeg | all | [57cb6bb](https://github.com/mxe/mxe/commit/57cb6bb) |
| smpeg2 | all | [1a42cbc](https://github.com/mxe/mxe/commit/1a42cbc) | | smpeg2 | all | [1a42cbc](https://github.com/mxe/mxe/commit/1a42cbc) |
| ucl | all | - | | ucl | all | - |
| vtk | all | - | | vtk | static (all) | - |
| vtk6 | all | - | | vtk6 | all | - |
| wxwidgets | all | - | | wxwidgets | static (all) | - |
| ... | ... | ... |

Loading…
Cancel
Save