View | Details | Raw Unified | Return to bug 237034
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 22-29 Link Here
22
		libvorbis.so:audio/libvorbis \
22
		libvorbis.so:audio/libvorbis \
23
		libogg.so:audio/libogg
23
		libogg.so:audio/libogg
24
24
25
USES=		compiler:c++11-lang dos2unix gmake localbase:ldflags \
25
USES=		compiler:c++11-lang dos2unix gl gmake gnome localbase:ldflags \
26
		openal:al pkgconfig python:2.7 tar:bzip2
26
		openal:al pkgconfig python:2.7 sdl tar:bzip2
27
USE_CXXSTD=	c++98
27
USE_CXXSTD=	c++98
28
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
29
USE_SDL=	sdl
29
USE_SDL=	sdl
(-)files/patch-src_cmd_unit__collide.h (+14 lines)
Line 0 Link Here
1
--- src/cmd/unit_collide.h.orig	2019-04-05 07:20:53 UTC
2
+++ src/cmd/unit_collide.h
3
@@ -94,9 +94,9 @@ class UnitHash3d (public)
4
     {
5
         if ( !hugeobjects.empty() )
6
             hugeobjects.clear();
7
-        if ( this->active_huge.size() )
8
+        if ( this->active_huge->size() )
9
             ha.clear();
10
-        if ( this->accum_huge.size() )
11
+        if ( this->accum_huge->size() )
12
             hb.clear();
13
         acc_huge.clear();
14
         act_huge.clear();

Return to bug 237034