Index: Makefile =================================================================== --- Makefile (revision 499546) +++ Makefile (working copy) @@ -21,12 +21,8 @@ USE_XORG= ice sm x11 xext xi xmu xt USE_GL= gl glu glut -LDFLAGS_mips= -losgDB -LDFLAGS_mips64= -losgDB -LDFLAGS_powerpc64= -losgDB -LDFLAGS_powerpc= -losgDB -LDFLAGS_powerpcspe= -losgDB -LDFLAGS_sparc64= -losgDB +LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}} +LDFLAGS_gcc= -losgDB post-patch: # Avoid conflict with C++20 by adding .txt suffix Index: files/patch-simgear_nasal_cppbind_NasalHash.hxx =================================================================== --- files/patch-simgear_nasal_cppbind_NasalHash.hxx (nonexistent) +++ files/patch-simgear_nasal_cppbind_NasalHash.hxx (working copy) @@ -0,0 +1,10 @@ +--- simgear/nasal/cppbind/NasalHash.hxx.orig 2019-04-23 16:24:11 UTC ++++ simgear/nasal/cppbind/NasalHash.hxx +@@ -23,6 +23,7 @@ + #include "to_nasal.hxx" + + #include ++#include + #include + + namespace nasal Property changes on: files/patch-simgear_nasal_cppbind_NasalHash.hxx ___________________________________________________________________ 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