diff options
Diffstat (limited to 'multimedia/kino/files/patch-au')
-rw-r--r-- | multimedia/kino/files/patch-au | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-au b/multimedia/kino/files/patch-au new file mode 100644 index 000000000000..7f2c13c0817b --- /dev/null +++ b/multimedia/kino/files/patch-au @@ -0,0 +1,10 @@ +--- src/storyboard.cc Sat Dec 6 05:26:03 2003 ++++ src/storyboard.cc Fri Apr 9 17:45:51 2004 +@@ -28,6 +28,7 @@ + using std::vector; + + #include <pthread.h> ++#include <libgen.h> + + #include "storyboard.h" + #include "frame.h" |