FreeBSD Bugzilla – Attachment 188589 Details for
Bug 220189
x11-toolkits/mygui: stop redefining nullptr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mygui.diff
mygui.diff (text/plain), 1.46 KB, created by
Tobias Kortkamp
on 2017-12-06 16:48:49 UTC
(
hide
)
Description:
mygui.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2017-12-06 16:48:49 UTC
Size:
1.46 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 455658) >+++ Makefile (working copy) >@@ -4,7 +4,7 @@ > PORTNAME= mygui > PORTVERSION= 3.2.2 > DISTVERSIONPREFIX= MyGUI >-PORTREVISION?= 3 >+PORTREVISION?= 4 > CATEGORIES= x11-toolkits graphics devel > > MAINTAINER= amdmi3@FreeBSD.org >Index: files/patch-MyGUIEngine_include_MyGUI__Prerequest.h >=================================================================== >--- files/patch-MyGUIEngine_include_MyGUI__Prerequest.h (nonexistent) >+++ files/patch-MyGUIEngine_include_MyGUI__Prerequest.h (working copy) >@@ -0,0 +1,21 @@ >+--- MyGUIEngine/include/MyGUI_Prerequest.h.orig 2017-11-29 16:23:51 UTC >++++ MyGUIEngine/include/MyGUI_Prerequest.h >+@@ -18,18 +18,6 @@ >+ >+ #define MYGUI_DEFINE_VERSION(major, minor, patch) ((major << 16) | (minor << 8) | patch) >+ >+-#ifndef MYGUI_DONT_REPLACE_NULLPTR >+-# if MYGUI_COMPILER == MYGUI_COMPILER_MSVC >+-# ifndef _MANAGED >+-# ifndef _NATIVE_NULLPTR_SUPPORTED >+-# define nullptr 0 >+-# endif >+-# endif >+-# else >+-# define nullptr 0 >+-# endif >+-#endif >+- >+ namespace MyGUI >+ { >+ class Gui; > >Property changes on: files/patch-MyGUIEngine_include_MyGUI__Prerequest.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
Flags:
tobik
:
maintainer-approval?
(
amdmi3
)
Actions:
View
|
Diff
Attachments on
bug 220189
:
183680
| 188589 |
188596