- Add forgotten patch files.

Corresponding commit was:
- Update to 0.12.10PR: ports/90874

Reminded by: Heiner Eichmann (maintainer)
This commit is contained in:
Simon Barner 2005-12-25 10:46:50 +00:00
parent 88160bd21a
commit f5df6185a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152004
4 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,13 @@
--- libk3b/core/k3bglobals.h.orig Mon Dec 12 10:33:27 2005
+++ libk3b/core/k3bglobals.h Wed Dec 14 23:57:17 2005
@@ -21,6 +21,10 @@
#include <kio/global.h>
#include <kurl.h>
#include <k3bdevicetypes.h>
+#ifdef Q_OS_FREEBSD
+#define stat64 stat
+#define lstat64 lstat
+#endif
class KConfig;
class K3bVersion;

View file

@ -0,0 +1,10 @@
--- libk3bdevice/k3bdevice.h.orig Mon Dec 12 10:32:59 2005
+++ libk3bdevice/k3bdevice.h Wed Dec 14 23:49:42 2005
@@ -28,6 +28,7 @@
#ifdef Q_OS_FREEBSD
struct cam_device;
+#define stat64 stat
#endif
namespace K3bDevice

View file

@ -0,0 +1,13 @@
--- libk3b/core/k3bglobals.h.orig Mon Dec 12 10:33:27 2005
+++ libk3b/core/k3bglobals.h Wed Dec 14 23:57:17 2005
@@ -21,6 +21,10 @@
#include <kio/global.h>
#include <kurl.h>
#include <k3bdevicetypes.h>
+#ifdef Q_OS_FREEBSD
+#define stat64 stat
+#define lstat64 lstat
+#endif
class KConfig;
class K3bVersion;

View file

@ -0,0 +1,10 @@
--- libk3bdevice/k3bdevice.h.orig Mon Dec 12 10:32:59 2005
+++ libk3bdevice/k3bdevice.h Wed Dec 14 23:49:42 2005
@@ -28,6 +28,7 @@
#ifdef Q_OS_FREEBSD
struct cam_device;
+#define stat64 stat
#endif
namespace K3bDevice