Bug 232832 - devel/simgear: fix build with GCC-based architectures
Summary: devel/simgear: fix build with GCC-based architectures
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ganael LAPLANCHE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-30 22:50 UTC by Piotr Kubaj
Modified: 2018-11-08 19:32 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (martymac)


Attachments
patch (969 bytes, patch)
2018-10-30 22:50 UTC, Piotr Kubaj
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-30 22:50:45 UTC
Created attachment 198785 [details]
patch

GCC architectures require linking with libosgDB.

While here, remove support for Clang < 4.0 (only in 10.3, goes EOL tomorrow) and GCC < 6 (we use GCC7 on GCC architectures anyway).

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-08 19:29:54 UTC
A commit references this bug:

Author: martymac
Date: Thu Nov  8 19:29:15 UTC 2018
New revision: 484471
URL: https://svnweb.freebsd.org/changeset/ports/484471

Log:
  devel/simgear: GCC architectures require linking with libosgDB [1]

  Also, remove support for Clang < 4.0 and GCC < 6 for devel/simgear [1] and
  games/flightgear ports.

  PR:		232832 [1]
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]

Changes:
  head/devel/simgear/Makefile
  head/games/flightgear/Makefile
Comment 2 Ganael LAPLANCHE freebsd_committer freebsd_triage 2018-11-08 19:32:43 UTC
Committed, thanks!