diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-11-03 14:50:36 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-11-03 14:50:39 +0000 |
commit | 64443910f21e35beb0371ef2bc3f92307a71d5c8 (patch) | |
tree | 07deda3d8542d9223a6bc21448ae0a08b40850e8 /graphics/dust3d/files/patch-src_contourtopartconverter.cpp | |
parent | sysutils/gnome-settings-daemon: fix comparison with Meson option (diff) |
graphics/dust3d: new port had been added (+)
Dust3D is a cross-platform open-source 3D modeling software, offering
auto-UV unwrapping, auto-rigging with PBR material support, pose, and
motion authoring all in one.
PR: 239446 (without actual submission)
Diffstat (limited to 'graphics/dust3d/files/patch-src_contourtopartconverter.cpp')
-rw-r--r-- | graphics/dust3d/files/patch-src_contourtopartconverter.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/dust3d/files/patch-src_contourtopartconverter.cpp b/graphics/dust3d/files/patch-src_contourtopartconverter.cpp new file mode 100644 index 000000000000..d4da6c95ff50 --- /dev/null +++ b/graphics/dust3d/files/patch-src_contourtopartconverter.cpp @@ -0,0 +1,9 @@ +--- src/contourtopartconverter.cpp.orig 2020-04-12 10:44:20 UTC ++++ src/contourtopartconverter.cpp +@@ -1,5 +1,6 @@ + #include <QImage> + #include <QPainter> ++#include <QPainterPath> + #include <cmath> + #include <QUuid> + #include <cmath> |