FreeBSD Bugzilla – Attachment 156323 Details for
Bug 199916
games/wxlauncher: fails to build with WX3 on 8.4R and 9.3R
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Force GCC to build in C++11 mode
wx3_c++11.diff (text/plain), 495 bytes, created by
Jan Beich
on 2015-05-04 08:52:16 UTC
(
hide
)
Description:
Force GCC to build in C++11 mode
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2015-05-04 08:52:16 UTC
Size:
495 bytes
patch
obsolete
>Index: games/wxlauncher/Makefile >=================================================================== >--- games/wxlauncher/Makefile (revision 384665) >+++ games/wxlauncher/Makefile (working copy) >@@ -41,6 +41,8 @@ JOYSTICK_CMAKE_ON= -DUSE_JOYSTICK:BOOL=ON > JOYSTICK_CMAKE_OFF= -DUSE_JOYSTICK:BOOL=OFF > WX3_DESC= Build with using wxWidgets 3.0+ version (2.8 otherwise) > WX3_USE= WX=3.0+ >+WX3_USES= compiler:c++11-lib >+WX3_CXXFLAGS= -std=c++11 > WX3_USE_OFF= WX=2.8 > > .include <bsd.port.options.mk>
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:
jbeich
:
maintainer-approval?
(
lightside
)
Actions:
View
|
Diff
Attachments on
bug 199916
: 156323 |
156330
|
156345