FreeBSD Bugzilla – Attachment 211342 Details for
Bug 243870
sysutils/kio-fuse: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
kio-fuse.patch (text/plain), 1.27 KB, created by
Piotr Kubaj
on 2020-02-04 12:45:38 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-02-04 12:45:38 UTC
Size:
1.27 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 525136) >+++ Makefile (working copy) >@@ -13,7 +13,7 @@ > > LIB_DEPENDS= libfuse3.so:sysutils/fusefs-libs3 > >-USES= cmake kde:5 pkgconfig qt:5 >+USES= cmake compiler:c++11-lang kde:5 pkgconfig qt:5 > USE_KDE= config coreaddons kio service > USE_QT= concurrent core dbus network \ > buildtools_build qmake_build >Index: files/patch-kiofusevfs.cpp >=================================================================== >--- files/patch-kiofusevfs.cpp (nonexistent) >+++ files/patch-kiofusevfs.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- kiofusevfs.cpp.orig 2020-02-04 12:37:00 UTC >++++ kiofusevfs.cpp >+@@ -43,6 +43,8 @@ >+ #include "debug.h" >+ #include "kiofusevfs.h" >+ >++#include <boost/cerrno.hpp> >++ >+ // Flags that don't exist on FreeBSD; since these are used as >+ // bit(masks), setting them to 0 effectively means they're always unset. >+ #ifndef O_NOATIME > >Property changes on: files/patch-kiofusevfs.cpp >___________________________________________________________________ >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 >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ 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
Flags:
pkubaj
:
maintainer-approval?
(
kde
)
Actions:
View
|
Diff
Attachments on
bug 243870
: 211342