diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-13 18:48:38 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-14 08:12:03 +0200 |
commit | 1c1518a6b22b516423a0c18a6cf665fa59578805 (patch) | |
tree | 7afd28d9dd8af6c426055de719232275f937f563 /multimedia/oggvideotools/gcc47.patch | |
parent | 3281b7504f99ff82a1f22cece6003bafde479fb4 (diff) |
multimedia/oggvideotools: Added a patch for gcc-4.7.x
Also fixed library installation path.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'multimedia/oggvideotools/gcc47.patch')
-rw-r--r-- | multimedia/oggvideotools/gcc47.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/oggvideotools/gcc47.patch b/multimedia/oggvideotools/gcc47.patch new file mode 100644 index 0000000000000..c3d61b16bd789 --- /dev/null +++ b/multimedia/oggvideotools/gcc47.patch @@ -0,0 +1,11 @@ +diff -Naur oggvideotools-0.8a.orig/src/fileRepository.h oggvideotools-0.8a/src/fileRepository.h +--- oggvideotools-0.8a.orig/src/fileRepository.h 2010-05-30 21:11:10.000000000 +0200 ++++ oggvideotools-0.8a/src/fileRepository.h 2012-09-13 16:42:11.550012490 +0200 +@@ -23,6 +23,7 @@ + #define FILEREPOSITORY_H_ + + #include <stdio.h> ++#include <unistd.h> + + #include "definition.h" + #include "mediaRepository.h" |