f0098e5d43
This is port update for newer 1.0.2 version of k9copy. Previous port version don't build on 4.x due to missing stdint.h so in this version of port every include of stdint.h wrapped with ifdef falling back to inttypes.h where stdint.h isn't availible and inttypes.h present. So now k9copy should be buildable on 4.x. I cant check it cause I do not have any 4.x box around. PR: ports/91356 Submitted by: Alexander V. Ribchansky <triosoft@triosoft.com.ua>
10 lines
231 B
C++
10 lines
231 B
C++
--- 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
|