FreeBSD Bugzilla – Attachment 200308 Details for
Bug 234222
comms/xcwcp: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
xcwcp.patch (text/plain), 1.19 KB, created by
Piotr Kubaj
on 2018-12-20 16:38:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-12-20 16:38:51 UTC
Size:
1.19 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 487878) >+++ Makefile (working copy) >@@ -13,7 +13,7 @@ > > PLIST= ${.CURDIR}/pkg-plist > USE_QT= buildtools gui widgets qmake_build >-USES= gettext qt:5 >+USES= compiler:c++11-lang gettext qt:5 > # Qt from 5.7.0 on requires c++11. > USE_CXXSTD= c++11 > GNU_CONFIGURE= yes >Index: files/patch-src_xcwcp_receiver.h >=================================================================== >--- files/patch-src_xcwcp_receiver.h (nonexistent) >+++ files/patch-src_xcwcp_receiver.h (working copy) >@@ -0,0 +1,12 @@ >+--- src/xcwcp/receiver.h.orig 2018-12-20 17:18:13.332583000 +0100 >++++ src/xcwcp/receiver.h 2018-12-20 17:18:39.100884000 +0100 >+@@ -21,6 +21,9 @@ >+ >+ #include <QMouseEvent> >+ #include <QKeyEvent> >++#ifdef __FreeBSD__ >++#include <sys/time.h> >++#endif >+ >+ >+ > >Property changes on: files/patch-src_xcwcp_receiver.h >___________________________________________________________________ >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
Actions:
View
|
Diff
Attachments on
bug 234222
: 200308