about summary refs log tree commit diff
path: root/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch')
-rw-r--r--pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch b/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch
new file mode 100644
index 000000000000..94ae901394fa
--- /dev/null
+++ b/pkgs/applications/graphics/inkscape/deprecated-scopedptr.patch
@@ -0,0 +1,16 @@
+glibmm deprecated ScopedPtr
+---
+diff -u src/ui/clipboard.cpp src/ui/clipboard.cpp
+--- a/src/ui/clipboard.cpp	2015-01-28 04:32:28.162676000 +0100
++++ b/src/ui/clipboard.cpp	2016-04-03 09:13:12.360980533 +0200
+@@ -1402,7 +1402,7 @@
+ 
+         Glib::ustring target;
+         if (atom_name) {
+-            target = Glib::ScopedPtr<char>(atom_name).get(); //This frees the gchar*.
++            target = Glib::make_unique_ptr_gfree(atom_name).get(); //This frees the gchar*.
+         }
+ 
+         listTargets.push_back(target);
+
+Diff finished.  Sun Apr  3 09:13:51 2016