FreeBSD Bugzilla – Attachment 163848 Details for
Bug 205020
[PATCH] games/blobwars: Fix the build after upgrade to 2.00.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
blobwars-build-fixes.patch (text/plain), 1.50 KB, created by
Raphael Kubo da Costa
on 2015-12-04 16:34:32 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Raphael Kubo da Costa
Created:
2015-12-04 16:34:32 UTC
Size:
1.50 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 402914) >+++ Makefile (working copy) >@@ -16,7 +16,7 @@ > LICENSE_TEXT_CCbyNCSA3=CC-BY 3.0 > LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept > >-USES= gmake >+USES= gmake pkgconfig > USE_SDL= image2 mixer2 net2 sdl2 ttf2 > WITH_ZLIB= yes > >Index: files/patch-src_CReplayDataHeader.h >=================================================================== >--- files/patch-src_CReplayDataHeader.h (revision 0) >+++ files/patch-src_CReplayDataHeader.h (working copy) >@@ -0,0 +1,18 @@ >+Fixes the build on 32-bit architectures: >+ >+src/CReplayData.cpp: In member function 'void ReplayData::printReplayInformation()': >+src/CReplayData.cpp:41: error: invalid conversion from 'long int*' to 'const time_t*' >+src/CReplayData.cpp:41: error: initializing argument 1 of 'tm* localtime(const time_t*)' >+ >+Submitted via email to guus@debian.org (upstream committer). >+--- src/CReplayDataHeader.h >++++ src/CReplayDataHeader.h >+@@ -1,7 +1,7 @@ >+ struct ReplayDataHeader >+ { >+ char map[PATH_MAX]; >+- long randomSeed; >++ time_t randomSeed; >+ float version; >+ int release; >+ int skill; > >Property changes on: files/patch-src_CReplayDataHeader.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 205020
: 163848