summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-04-30 16:24:37 +0000
committerJustin Lecher <jlec@gentoo.org>2011-04-30 16:24:37 +0000
commit83be9b55981b1e0f3ecc962306e48743913ec7cb (patch)
tree880691f8e30b93c24228866a1855d0cfae670585 /media-gfx/xaralx/files/40_algorithm_include
parentapp-misc/gpligc: Moved to virtual/jpeg (diff)
downloadsunrise-83be9b55981b1e0f3ecc962306e48743913ec7cb.tar.gz
sunrise-83be9b55981b1e0f3ecc962306e48743913ec7cb.tar.bz2
sunrise-83be9b55981b1e0f3ecc962306e48743913ec7cb.zip
media-gfx/xaralx: Fix deps for gnome3, Make it compile again, included patches from debian
svn path=/sunrise/; revision=11985
Diffstat (limited to 'media-gfx/xaralx/files/40_algorithm_include')
-rw-r--r--media-gfx/xaralx/files/40_algorithm_include18
1 files changed, 18 insertions, 0 deletions
diff --git a/media-gfx/xaralx/files/40_algorithm_include b/media-gfx/xaralx/files/40_algorithm_include
new file mode 100644
index 000000000..0f6be6b4d
--- /dev/null
+++ b/media-gfx/xaralx/files/40_algorithm_include
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 40_algorithm_include.dpatch by Joachim Breitner <nomeata@debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Taken from http://ubuntuforums.org/showpost.php?p=6483814&postcount=2
+
+@DPATCH@
+diff -urNad xaralx-0.7r1785~/wxOil/bitmapgriddropdown.cpp xaralx-0.7r1785/wxOil/bitmapgriddropdown.cpp
+--- xaralx-0.7r1785~/wxOil/bitmapgriddropdown.cpp 2007-11-07 01:48:25.000000000 +0100
++++ xaralx-0.7r1785/wxOil/bitmapgriddropdown.cpp 2009-10-08 10:53:09.000000000 +0200
+@@ -105,6 +105,7 @@
+ //-----------------------------------------------------------------------------------------
+ // Include files
+
++#include <algorithm>
+ #include "camtypes.h"
+ #include "camelot.h"
+ #include "errors.h"