diff options
Diffstat (limited to 'multimedia/kino/files/patch-at')
-rw-r--r-- | multimedia/kino/files/patch-at | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/kino/files/patch-at b/multimedia/kino/files/patch-at new file mode 100644 index 000000000000..bc056bbb1077 --- /dev/null +++ b/multimedia/kino/files/patch-at @@ -0,0 +1,11 @@ +--- src/riff.cc Wed Nov 26 00:01:24 2003 ++++ src/riff.cc Fri Apr 9 16:22:28 2004 +@@ -69,7 +69,7 @@ + //#include <stdio.h> + #include <iostream> + #include <iomanip> +-#include <byteswap.h> ++//#include <byteswap.h> + + using std::cout; + using std::hex; |