FreeBSD Bugzilla – Attachment 203426 Details for
Bug 237034
games/vegastrike: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
vegastrike.patch (text/plain), 1.54 KB, created by
Piotr Kubaj
on 2019-04-06 08:43:25 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-04-06 08:43:25 UTC
Size:
1.54 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 497616) >+++ Makefile (working copy) >@@ -22,8 +22,8 @@ > libvorbis.so:audio/libvorbis \ > libogg.so:audio/libogg > >-USES= compiler:c++11-lang dos2unix gmake localbase:ldflags \ >- openal:al pkgconfig python:2.7 tar:bzip2 >+USES= compiler:c++11-lang dos2unix gl gmake gnome localbase:ldflags \ >+ openal:al pkgconfig python:2.7 sdl tar:bzip2 > USE_CXXSTD= c++98 > GNU_CONFIGURE= yes > USE_SDL= sdl >Index: files/patch-src_cmd_unit__collide.h >=================================================================== >--- files/patch-src_cmd_unit__collide.h (nonexistent) >+++ files/patch-src_cmd_unit__collide.h (working copy) >@@ -0,0 +1,14 @@ >+--- src/cmd/unit_collide.h.orig 2019-04-05 07:20:53 UTC >++++ src/cmd/unit_collide.h >+@@ -94,9 +94,9 @@ class UnitHash3d (public) >+ { >+ if ( !hugeobjects.empty() ) >+ hugeobjects.clear(); >+- if ( this->active_huge.size() ) >++ if ( this->active_huge->size() ) >+ ha.clear(); >+- if ( this->accum_huge.size() ) >++ if ( this->accum_huge->size() ) >+ hb.clear(); >+ acc_huge.clear(); >+ act_huge.clear(); > >Property changes on: files/patch-src_cmd_unit__collide.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 237034
: 203426