aboutsummaryrefslogtreecommitdiff
path: root/graphics/libboard/files/patch-src_Shapes.cpp
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2016-07-14 07:33:35 +0000
committerThierry Thomas <thierry@FreeBSD.org>2016-07-14 07:33:35 +0000
commit0a5aaa276ee5903659f430d1b00af08fa3d9663e (patch)
tree1c1a51ca35388cfb19f13b6d1e61c2be07163d54 /graphics/libboard/files/patch-src_Shapes.cpp
parentff71747c0f4df30498de1c2aa45a6c137d95cb8e (diff)
downloadports-0a5aaa276ee5903659f430d1b00af08fa3d9663e.tar.gz
ports-0a5aaa276ee5903659f430d1b00af08fa3d9663e.zip
Notes
Diffstat (limited to 'graphics/libboard/files/patch-src_Shapes.cpp')
-rw-r--r--graphics/libboard/files/patch-src_Shapes.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/libboard/files/patch-src_Shapes.cpp b/graphics/libboard/files/patch-src_Shapes.cpp
new file mode 100644
index 000000000000..506ea0267ace
--- /dev/null
+++ b/graphics/libboard/files/patch-src_Shapes.cpp
@@ -0,0 +1,11 @@
+--- src/Shapes.cpp.orig 2016-06-09 17:30:46 UTC
++++ src/Shapes.cpp
+@@ -1908,7 +1908,7 @@ Text::Text( double x, double y,
+ }
+
+ Text::Text(Point p,
+- const std::__cxx11::string & text,
++ const std::string & text,
+ const Fonts::Font font,
+ double size,
+ Color color,