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

(-)Makefile (-6 / +2 lines)
Lines 21-32 Link Here
21
USE_XORG=	ice sm x11 xext xi xmu xt
21
USE_XORG=	ice sm x11 xext xi xmu xt
22
USE_GL=		gl glu glut
22
USE_GL=		gl glu glut
23
23
24
LDFLAGS_mips=	-losgDB
24
LDFLAGS+=	${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
25
LDFLAGS_mips64=	-losgDB
25
LDFLAGS_gcc=	-losgDB
26
LDFLAGS_powerpc64=	-losgDB
27
LDFLAGS_powerpc=	-losgDB
28
LDFLAGS_powerpcspe=	-losgDB
29
LDFLAGS_sparc64=	-losgDB
30
26
31
post-patch:
27
post-patch:
32
# Avoid conflict with C++20 <version> by adding .txt suffix
28
# Avoid conflict with C++20 <version> by adding .txt suffix
(-)files/patch-simgear_nasal_cppbind_NasalHash.hxx (+10 lines)
Line 0 Link Here
1
--- simgear/nasal/cppbind/NasalHash.hxx.orig	2019-04-23 16:24:11 UTC
2
+++ simgear/nasal/cppbind/NasalHash.hxx
3
@@ -23,6 +23,7 @@
4
 #include "to_nasal.hxx"
5
 
6
 #include <simgear/structure/map.hxx>
7
+#include <boost/core/enable_if.hpp>
8
 #include <boost/iterator/iterator_facade.hpp>
9
 
10
 namespace nasal

Return to bug 237500