diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-02 20:43:48 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-02 20:43:48 +0000 |
commit | 9208f79237ac04c0979766d08a3b8199e5685e32 (patch) | |
tree | fd83c90405723ce7312e8a2ff72f000e1690c137 /media-gfx/zphoto/files | |
parent | Add !sys-apps/lvm2 block to RDEPEND. (diff) | |
download | historical-9208f79237ac04c0979766d08a3b8199e5685e32.tar.gz historical-9208f79237ac04c0979766d08a3b8199e5685e32.tar.bz2 historical-9208f79237ac04c0979766d08a3b8199e5685e32.zip |
added a patch to build zphoto against the latest avifile. closes Bug #27770
Diffstat (limited to 'media-gfx/zphoto/files')
-rw-r--r-- | media-gfx/zphoto/files/zphoto-0.6-gentoo.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/zphoto/files/zphoto-0.6-gentoo.diff b/media-gfx/zphoto/files/zphoto-0.6-gentoo.diff new file mode 100644 index 000000000000..84fb259cdcdb --- /dev/null +++ b/media-gfx/zphoto/files/zphoto-0.6-gentoo.diff @@ -0,0 +1,14 @@ +diff -urN zphoto-0.6.ORIG/loader.cpp zphoto-0.6/loader.cpp +--- zphoto-0.6.ORIG/loader.cpp 2003-03-27 19:28:41.000000000 +0900 ++++ zphoto-0.6/loader.cpp 2003-09-03 04:40:20.000000000 +0900 +@@ -31,8 +31,8 @@ + + #ifdef HAVE_AVIFILE + +-#include <avifile/avifile.h> +-#include <avifile/avm_output.h> ++#include <avifile.h> ++#include <avm_output.h> + + typedef struct { + avm::IReadFile* file; |