aboutsummaryrefslogtreecommitdiff
path: root/ftp/kasablanca/files/patch-kbitem.h
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2005-02-02 23:45:04 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2005-02-02 23:45:04 +0000
commitef488d3fa7bc748b261c5506e8b1ab07e90ff035 (patch)
treed130b7ebcb25135211b4cb9b94a3d2eabc556740 /ftp/kasablanca/files/patch-kbitem.h
parent0734638c78866f341e17f0ca111b7c28cb76237a (diff)
downloadports-ef488d3fa7bc748b261c5506e8b1ab07e90ff035.tar.gz
ports-ef488d3fa7bc748b261c5506e8b1ab07e90ff035.zip
Notes
Diffstat (limited to 'ftp/kasablanca/files/patch-kbitem.h')
-rw-r--r--ftp/kasablanca/files/patch-kbitem.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/ftp/kasablanca/files/patch-kbitem.h b/ftp/kasablanca/files/patch-kbitem.h
index 49bba1f7744c..1bfb40748ee7 100644
--- a/ftp/kasablanca/files/patch-kbitem.h
+++ b/ftp/kasablanca/files/patch-kbitem.h
@@ -1,10 +1,15 @@
---- src/kbitem.h.orig Wed Aug 18 15:07:56 2004
-+++ src/kbitem.h Wed Aug 18 15:08:22 2004
-@@ -12,6 +12,7 @@
+--- src/kbitem.h.orig Fri Jan 28 00:56:07 2005
++++ src/kbitem.h Wed Feb 2 23:38:36 2005
+@@ -12,7 +12,12 @@
#ifndef KBITEM_H
#define KBITEM_H
+#include <fcntl.h>
#include <qlistview.h>
++
++#ifdef __FreeBSD__
++#define off64_t off_t
++#endif
class KbFileInfo;
+