FreeBSD Bugzilla – Attachment 150134 Details for
Bug 195601
[patch] archivers/file-roller 3.14.1 fails to build on FreeBSD 8.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix build of archivers/file-roller 3.14.1 on FreeBSD 8.4
file-roller.patch (text/plain), 1.04 KB, created by
Don Lewis
on 2014-12-03 08:00:41 UTC
(
hide
)
Description:
patch to fix build of archivers/file-roller 3.14.1 on FreeBSD 8.4
Filename:
MIME Type:
Creator:
Don Lewis
Created:
2014-12-03 08:00:41 UTC
Size:
1.04 KB
patch
obsolete
>Index: files/patch-src_fr-command-patch-src_fr-command-lrzip.c >=================================================================== >--- files/patch-src_fr-command-patch-src_fr-command-lrzip.c (revision 0) >+++ files/patch-src_fr-command-patch-src_fr-command-lrzip.c (working copy) >@@ -0,0 +1,14 @@ >+--- src/fr-command-lrzip.c.orig 2014-08-12 22:21:20.000000000 -0700 >++++ src/fr-command-lrzip.c 2014-12-02 23:31:58.000000000 -0800 >+@@ -45,7 +45,11 @@ >+ >+ struct stat st; >+ if (stat (comm->filename, &st) == 0) >++#if __FreeBSD_version < 900011 >++ fdata->modified = st.st_mtimespec.tv_sec; >++#else >+ fdata->modified = st.st_mtim.tv_sec; >++#endif >+ else >+ time(&(fdata->modified)); >+ > >Property changes on: files/patch-src_fr-command-patch-src_fr-command-lrzip.c >___________________________________________________________________ >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property
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 195601
: 150134