summaryrefslogtreecommitdiff
path: root/graphics/digikam/patches
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/digikam/patches')
-rw-r--r--graphics/digikam/patches/patch-aa20
-rw-r--r--graphics/digikam/patches/patch-ab13
-rw-r--r--graphics/digikam/patches/patch-ac10
3 files changed, 13 insertions, 30 deletions
diff --git a/graphics/digikam/patches/patch-aa b/graphics/digikam/patches/patch-aa
index 292dcfa34f7..39789619a36 100644
--- a/graphics/digikam/patches/patch-aa
+++ b/graphics/digikam/patches/patch-aa
@@ -1,16 +1,12 @@
-$NetBSD: patch-aa,v 1.3 2006/02/20 09:15:44 markd Exp $
+$NetBSD: patch-aa,v 1.4 2006/11/29 12:02:10 xtraeme Exp $
---- digikam/utilities/imageeditor/imlibinterface.cpp.orig 2006-01-17 07:10:18.000000000 +1300
-+++ digikam/utilities/imageeditor/imlibinterface.cpp
-@@ -23,10 +23,10 @@
+--- digikam/libs/dimg/loaders/pngloader.h.orig 2006-11-28 18:19:08.000000000 +0100
++++ digikam/libs/dimg/loaders/pngloader.h 2006-11-28 18:19:25.000000000 +0100
+@@ -23,6 +23,7 @@
- extern "C"
+ extern "C"
{
-+#include <unistd.h>
- #include <tiffio.h>
- #include <sys/types.h>
- #include <sys/stat.h>
--#include <unistd.h>
++#include <stdarg.h>
+ #include <png.h>
}
-
- // C++ includes.
+
diff --git a/graphics/digikam/patches/patch-ab b/graphics/digikam/patches/patch-ab
deleted file mode 100644
index 585c9b8d7b5..00000000000
--- a/graphics/digikam/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2006/07/24 12:35:41 markd Exp $
-
---- digikam/digikam/albumlister.cpp.orig 2006-07-24 22:51:50.000000000 +1200
-+++ digikam/digikam/albumlister.cpp
-@@ -313,7 +313,7 @@ void AlbumLister::slotData(KIO::Job*, co
- int albumID;
- QString name;
- QString date;
-- off_t size;
-+ size_t size;
- QSize dims;
-
- ImageInfoList newItemsList;
diff --git a/graphics/digikam/patches/patch-ac b/graphics/digikam/patches/patch-ac
index c10204b535b..6323a8252ef 100644
--- a/graphics/digikam/patches/patch-ac
+++ b/graphics/digikam/patches/patch-ac
@@ -1,10 +1,10 @@
-$NetBSD: patch-ac,v 1.3 2006/10/06 19:58:48 markd Exp $
+$NetBSD: patch-ac,v 1.4 2006/11/29 12:02:10 xtraeme Exp $
---- configure.orig 2006-10-07 01:06:31.000000000 +1300
-+++ configure
-@@ -36008,7 +36008,7 @@ else
+--- configure.orig 2006-11-28 18:07:18.000000000 +0100
++++ configure 2006-11-28 18:07:25.000000000 +0100
+@@ -40297,7 +40297,7 @@
+ fi
- fi;
-if test "x$enable_nfs_hack" == "xyes"; then
+if test "x$enable_nfs_hack" = "xyes"; then