diff options
author | arved <arved@FreeBSD.org> | 2003-08-01 21:41:37 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-08-01 21:41:37 +0800 |
commit | 40e26c506094fde6d2270d061cee58fa2d3cfaac (patch) | |
tree | b0f815beb1cd8719e2f741012e97ecae02e434f2 /graphics | |
parent | eb62ac394d0e07c92f241e9df8971acc02b6223f (diff) | |
download | freebsd-ports-gnome-40e26c506094fde6d2270d061cee58fa2d3cfaac.tar.gz freebsd-ports-gnome-40e26c506094fde6d2270d061cee58fa2d3cfaac.tar.zst freebsd-ports-gnome-40e26c506094fde6d2270d061cee58fa2d3cfaac.zip |
Fix Build on STABLE.
PR: 53665
Submitted by: Bartosz Fabianowski <bartosz@fabianowski.de>
Diffstat (limited to 'graphics')
-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> |