FreeBSD Bugzilla – Attachment 65908 Details for
Bug 97572
[MAINTAINER UPDATE] x11-fm/jaffm: fix build on 4.x
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jaffm.diff
jaffm.diff (text/plain), 1.58 KB, created by
Shaun Amott
on 2006-05-21 21:40:16 UTC
(
hide
)
Description:
jaffm.diff
Filename:
MIME Type:
Creator:
Shaun Amott
Created:
2006-05-21 21:40:16 UTC
Size:
1.58 KB
patch
obsolete
>Index: files/patch-filehandler.cpp >=================================================================== >RCS file: files/patch-filehandler.cpp >diff -N files/patch-filehandler.cpp >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-filehandler.cpp 21 May 2006 20:27:15 -0000 >@@ -0,0 +1,14 @@ >+--- filehandler.cpp.orig Sat Sep 17 17:28:48 2005 >++++ filehandler.cpp Sun May 21 20:00:02 2006 >+@@ -1,5 +1,11 @@ >+ #include "filehandler.h" >++#include <stdio.h> >++#include <unistd.h> >+ #include <sys/stat.h> >++ >++#ifndef X_OK >++#define X_OK 0x01 >++#endif >+ >+ bool UFileHandler::move(const std::string &sOriginal, const std::string &sDestination) >+ { >Index: files/patch-settings.cpp >=================================================================== >RCS file: files/patch-settings.cpp >diff -N files/patch-settings.cpp >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-settings.cpp 21 May 2006 20:27:15 -0000 >@@ -0,0 +1,8 @@ >+--- settings.cpp.orig Sun Mar 27 14:36:58 2005 >++++ settings.cpp Sun May 21 19:56:07 2006 >+@@ -1,3 +1,5 @@ >++#include <stdio.h> >++ >+ #include "settings.h" >+ #include "filehandler.h" >+ >Index: files/patch-timemonitor.h >=================================================================== >RCS file: files/patch-timemonitor.h >diff -N files/patch-timemonitor.h >--- /dev/null 1 Jan 1970 00:00:00 -0000 >+++ files/patch-timemonitor.h 21 May 2006 20:27:15 -0000 >@@ -0,0 +1,9 @@ >+--- timemonitor.h.orig Mon Sep 22 14:54:23 2003 >++++ timemonitor.h Sun May 21 19:57:14 2006 >+@@ -1,5 +1,6 @@ >+ #ifndef TIMEMONITOR_H >+ #define TIMEMONITOR_H >++#include <time.h> >+ #include <string> >+ #include <vector> >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 97572
: 65908