git: 115e57697110 - main - devel/simgear: Fix build with boost 1.88

From: Ganael LAPLANCHE <martymac_at_FreeBSD.org>
Date: Tue, 03 Jun 2025 10:15:58 UTC
The branch main has been updated by martymac:

URL: https://cgit.FreeBSD.org/ports/commit/?id=115e57697110518a2c898b97531a6b3264cbfbc9

commit 115e57697110518a2c898b97531a6b3264cbfbc9
Author:     Tom Russo <russo@bogodyn.org>
AuthorDate: 2025-06-03 10:13:40 +0000
Commit:     Ganael LAPLANCHE <martymac@FreeBSD.org>
CommitDate: 2025-06-03 10:15:14 +0000

    devel/simgear: Fix build with boost 1.88
    
    PR:             287247
    Reported by:    russo@bogodyn.org
---
 devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx b/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx
index effe59395b4f..92632e0c98d9 100644
--- a/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx
+++ b/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx
@@ -1,10 +1,12 @@
 --- simgear/nasal/cppbind/NasalHash.hxx.orig	2019-04-23 16:24:11 UTC
 +++ simgear/nasal/cppbind/NasalHash.hxx
-@@ -23,6 +23,7 @@
+@@ -23,6 +23,9 @@
  #include "to_nasal.hxx"
  
  #include <simgear/structure/map.hxx>
 +#include <boost/core/enable_if.hpp>
  #include <boost/iterator/iterator_facade.hpp>
++#include <boost/mpl/if.hpp>
++#include <boost/type_traits.hpp>
  
  namespace nasal