diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-01 13:41:37 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-08-01 13:41:37 +0000 |
commit | 6596be0508ef642b0a2f14277dbd33caeaaabcc7 (patch) | |
tree | f419748de3c98f33dd17e75a7f5f9d76000510d2 /graphics/showimg | |
parent | f174ec8b142937f69f13444434054a57bfc84b11 (diff) | |
download | ports-6596be0508ef642b0a2f14277dbd33caeaaabcc7.tar.gz ports-6596be0508ef642b0a2f14277dbd33caeaaabcc7.zip |
Notes
Diffstat (limited to 'graphics/showimg')
-rw-r--r-- | graphics/showimg/files/patch-batchrenamer.h | 12 | ||||
-rw-r--r-- | graphics/showimg/files/patch-qtiffio.cpp | 10 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/showimg/files/patch-batchrenamer.h b/graphics/showimg/files/patch-batchrenamer.h new file mode 100644 index 000000000000..ec9b6b1a0e33 --- /dev/null +++ b/graphics/showimg/files/patch-batchrenamer.h @@ -0,0 +1,12 @@ +--- showimg/batchrenamer.h.orig Fri Aug 1 15:30:41 2003 ++++ showimg/batchrenamer.h Fri Aug 1 15:30:57 2003 +@@ -20,8 +20,8 @@ + + // OS includes + #include <stdio.h> +-#include <utime.h> + #include <time.h> ++#include <utime.h> + #include <sys/types.h> + + // QT includes diff --git a/graphics/showimg/files/patch-qtiffio.cpp b/graphics/showimg/files/patch-qtiffio.cpp new file mode 100644 index 000000000000..7c9bb3711e6c --- /dev/null +++ b/graphics/showimg/files/patch-qtiffio.cpp @@ -0,0 +1,10 @@ +--- showimg/qtiffio.cpp.orig Fri Aug 1 15:29:41 2003 ++++ showimg/qtiffio.cpp Fri Aug 1 15:31:45 2003 +@@ -17,6 +17,7 @@ + // + + #include <stdio.h> ++#include <sys/types.h> + #include <sys/mman.h> + + #include <tiffio.h> |