FreeBSD Bugzilla – Attachment 160116 Details for
Bug 202498
Fix games/doomlegacy build with clang 3.7.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix use of inline function in games/doomlegacy
games__doomlegacy-fix-inline.diff (text/plain), 996 bytes, created by
Dimitry Andric
on 2015-08-19 21:47:03 UTC
(
hide
)
Description:
Fix use of inline function in games/doomlegacy
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-08-19 21:47:03 UTC
Size:
996 bytes
patch
obsolete
>Index: games/doomlegacy/files/patch-m_menu.c >=================================================================== >--- games/doomlegacy/files/patch-m_menu.c (revision 0) >+++ games/doomlegacy/files/patch-m_menu.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/m_menu.c.orig 2014-10-07 12:37:24.000000000 +0200 >++++ src/m_menu.c 2015-08-19 23:41:23.458114000 +0200 >+@@ -2677,7 +2677,7 @@ menu_t DirDef = >+ >+ >+ // Draw the current DIR line above list >+-inline void draw_dir_line( int line_y ) >++static inline void draw_dir_line( int line_y ) >+ { >+ V_DrawString( DirDef.x, line_y, 0, "DIR"); >+ M_DrawSaveLoadBorder( DirDef.x+32, line_y, 0); > >Property changes on: games/doomlegacy/files/patch-m_menu.c >___________________________________________________________________ >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 202498
: 160116