summaryrefslogtreecommitdiff
path: root/multimedia/kino/files/patch-aq
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/kino/files/patch-aq')
-rw-r--r--multimedia/kino/files/patch-aq11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-aq b/multimedia/kino/files/patch-aq
new file mode 100644
index 000000000000..edea0b4d7fb5
--- /dev/null
+++ b/multimedia/kino/files/patch-aq
@@ -0,0 +1,11 @@
+--- src/page_magick.cc Mon Dec 15 20:37:21 2003
++++ src/page_magick.cc Sat Apr 10 03:14:16 2004
+@@ -214,7 +214,7 @@
+ return dlsym( ptr, symbol );
+ }
+
+-char *Plugin::GetError( )
++const char *Plugin::GetError( )
+ {
+ return dlerror();
+ }