summaryrefslogtreecommitdiff
path: root/sysutils/k3b/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/k3b/patches/patch-ak')
-rw-r--r--sysutils/k3b/patches/patch-ak15
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/k3b/patches/patch-ak b/sysutils/k3b/patches/patch-ak
new file mode 100644
index 00000000000..ab9a4e101d5
--- /dev/null
+++ b/sysutils/k3b/patches/patch-ak
@@ -0,0 +1,15 @@
+$NetBSD: patch-ak,v 1.1.1.1 2006/02/01 00:53:00 markd Exp $
+
+--- libk3b/projects/datacd/k3bfileitem.h.orig 2005-12-16 02:09:02.000000000 +1300
++++ libk3b/projects/datacd/k3bfileitem.h
+@@ -24,6 +24,10 @@
+ #include <qstring.h>
+
+ #include <sys/stat.h>
++#ifdef __NetBSD__
++#define stat64 stat
++#define lstat64 lstat
++#endif
+
+
+ class K3bDataDoc;