summaryrefslogtreecommitdiff
path: root/graphics/showimg/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-14 04:33:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-14 04:33:30 +0000
commite6fe692951fc08b0f11c8cf697f5274c0f78bbe0 (patch)
tree02cf1f5088508e3cab2595cc061a58432e3c48b9 /graphics/showimg/files
parentPermit installation with a strict umask such as 027. (diff)
add showimg 0.7
A picture viewer designed to run under KDE 2.x
Notes
Notes: svn path=/head/; revision=57683
Diffstat (limited to 'graphics/showimg/files')
-rw-r--r--graphics/showimg/files/patch-showimg:batchrenamer.h12
-rw-r--r--graphics/showimg/files/patch-showimg:qtiffio.cpp10
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/showimg/files/patch-showimg:batchrenamer.h b/graphics/showimg/files/patch-showimg:batchrenamer.h
new file mode 100644
index 000000000000..419835744d04
--- /dev/null
+++ b/graphics/showimg/files/patch-showimg:batchrenamer.h
@@ -0,0 +1,12 @@
+--- showimg/batchrenamer.h.orig Sun Apr 14 11:51:39 2002
++++ showimg/batchrenamer.h Sun Apr 14 11:52:14 2002
+@@ -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-showimg:qtiffio.cpp b/graphics/showimg/files/patch-showimg:qtiffio.cpp
new file mode 100644
index 000000000000..90619f58957c
--- /dev/null
+++ b/graphics/showimg/files/patch-showimg:qtiffio.cpp
@@ -0,0 +1,10 @@
+--- showimg/qtiffio.cpp.orig Sun Apr 14 11:53:48 2002
++++ showimg/qtiffio.cpp Sun Apr 14 11:54:01 2002
+@@ -17,6 +17,7 @@
+ //
+
+ #include <stdio.h>
++#include <sys/types.h>
+ #include <sys/mman.h>
+
+ #include <tiffio.h>