View | Details | Raw Unified | Return to bug 232325 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 17-26 Link Here
17
BROKEN_sparc64=	Doesn't compile on sparc64
17
BROKEN_sparc64=	Doesn't compile on sparc64
18
18
19
USES=		localbase
19
USES=		localbase
20
USE_CXXSTD=	c++98
20
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
21
USE_SDL=	sdl mixer image
22
USE_SDL=	sdl mixer image
22
23
23
CXXFLAGS+=	-Wno-c++11-narrowing
24
CXXFLAGS+=	-O0  # XXX: segfaults with optimization, need to investigate
24
CXXFLAGS+=	-O0  # XXX: segfaults with optimization, need to investigate
25
25
26
SUB_FILES=	spacejunk
26
SUB_FILES=	spacejunk

Return to bug 232325