diff options
Diffstat (limited to 'multimedia/kino/files/patch-src::kino_common.cc')
-rw-r--r-- | multimedia/kino/files/patch-src::kino_common.cc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/multimedia/kino/files/patch-src::kino_common.cc b/multimedia/kino/files/patch-src::kino_common.cc index 68888f3089ce..9bc6cdcd3dd2 100644 --- a/multimedia/kino/files/patch-src::kino_common.cc +++ b/multimedia/kino/files/patch-src::kino_common.cc @@ -1,14 +1,15 @@ ---- src/kino_common.cc.orig Fri Dec 15 09:49:52 2006 -+++ src/kino_common.cc Mon Dec 25 23:46:08 2006 -@@ -34,6 +34,7 @@ +--- src/kino_common.cc.orig Wed Mar 7 10:23:12 2007 ++++ src/kino_common.cc Sat Mar 17 21:17:18 2007 +@@ -35,6 +35,8 @@ #ifndef _GNU_SOURCE #define _GNU_SOURCE #endif +#include <libgen.h> ++#include <signal.h> #include <string.h> #include <stdarg.h> #include <time.h> -@@ -1486,7 +1487,8 @@ +@@ -1527,7 +1529,8 @@ Frame *frame = GetFramePool()->GetFrame(); if ( frame != NULL ) { @@ -18,7 +19,7 @@ GError *gerror = NULL; this->getPlayList()->GetFrame( this->g_currentFrame, *frame ); -@@ -1521,6 +1523,7 @@ +@@ -1562,6 +1565,7 @@ g_error_free( gerror ); } g_object_unref( im ); |