FreeBSD Bugzilla – Attachment 176348 Details for
Bug 213773
lang/clang38: Compilation produces an error on 10.3 and succeeds on 11 on the same port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround for bug 213773 (libc++ PR 22468)
graphics__aseprite-bug213773-workaround-1.diff (text/plain), 2.43 KB, created by
Dimitry Andric
on 2016-10-31 16:47:07 UTC
(
hide
)
Description:
Workaround for bug 213773 (libc++ PR 22468)
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-10-31 16:47:07 UTC
Size:
2.43 KB
patch
obsolete
>Index: graphics/aseprite/files/patch-src_app_app__menus.cpp >=================================================================== >--- graphics/aseprite/files/patch-src_app_app__menus.cpp (nonexistent) >+++ graphics/aseprite/files/patch-src_app_app__menus.cpp (working copy) >@@ -0,0 +1,29 @@ >+--- src/app/app_menus.cpp.orig 2016-09-23 15:59:20 UTC >++++ src/app/app_menus.cpp >+@@ -115,7 +115,7 @@ void AppMenus::reload() >+ } >+ } >+ >+-bool AppMenus::rebuildRecentList() >++void AppMenus::rebuildRecentList() >+ { >+ MenuItem* list_menuitem = m_recentListMenuitem; >+ MenuItem* menuitem; >+@@ -123,7 +123,7 @@ bool AppMenus::rebuildRecentList() >+ // Update the recent file list menu item >+ if (list_menuitem) { >+ if (list_menuitem->hasSubmenuOpened()) >+- return false; >++ return; >+ >+ Command* cmd_open_file = CommandsModule::instance()->getCommandByName(CommandId::OpenFile); >+ >+@@ -159,8 +159,6 @@ bool AppMenus::rebuildRecentList() >+ submenu->addChild(menuitem); >+ } >+ } >+- >+- return true; >+ } >+ >+ Menu* AppMenus::loadMenuById(TiXmlHandle& handle, const char* id) > >Property changes on: graphics/aseprite/files/patch-src_app_app__menus.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 >Index: graphics/aseprite/files/patch-src_app_app__menus.h >=================================================================== >--- graphics/aseprite/files/patch-src_app_app__menus.h (nonexistent) >+++ graphics/aseprite/files/patch-src_app_app__menus.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/app/app_menus.h.orig 2016-09-23 15:59:20 UTC >++++ src/app/app_menus.h >+@@ -35,7 +35,7 @@ namespace app { >+ void reload(); >+ >+ // Updates the menu of recent files. >+- bool rebuildRecentList(); >++ void rebuildRecentList(); >+ >+ Menu* getRootMenu() { return m_rootMenu; } >+ MenuItem* getRecentListMenuitem() { return m_recentListMenuitem; } > >Property changes on: graphics/aseprite/files/patch-src_app_app__menus.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 213773
:
176161
|
176163
| 176348