Bug 237500

Summary: devel/simgear: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Ganael LAPLANCHE <martymac>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, martymac
Priority: --- Flags: bugzilla: maintainer-feedback? (martymac)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (martymac)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-04-23 16:34:26 UTC
Created attachment 203933 [details]
patch

After recent Boost updates, simgear/nasal/cppbind/NasalHash.hxx now needs +#include <boost/core/enable_if.hpp> (at least when building with GCC).

While here, also simplify LDFLAGS.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-24 10:19:36 UTC
A commit references this bug:

Author: martymac
Date: Wed Apr 24 10:18:47 UTC 2019
New revision: 499829
URL: https://svnweb.freebsd.org/changeset/ports/499829

Log:
  Fix build with Gcc and recent Boost + simplify LDFLAGS

  PR:		237500
  Submitted by:	pkubaj

Changes:
  head/devel/simgear/Makefile
  head/devel/simgear/files/patch-simgear_nasal_cppbind_NasalHash.hxx
Comment 2 Ganael LAPLANCHE freebsd_committer freebsd_triage 2019-04-24 10:20:00 UTC
Committed, thanks!