Bug 232013 - net/fiche: fix build with GCC-based architectures
Summary: net/fiche: 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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-06 18:10 UTC by Piotr Kubaj
Modified: 2018-10-06 19:51 UTC (History)
2 users (show)

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


Attachments
patch (276 bytes, patch)
2018-10-06 18:10 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-06 18:10:57 UTC
Created attachment 197846 [details]
patch

This port tries to use -std=gnu11 during compilation, which fails with base GCC.

Fix it by requiring C++11-compatible compiler.

Tested on amd64 and powerpc64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-06 19:51:33 UTC
A commit references this bug:

Author: zi
Date: Sat Oct  6 19:51:29 UTC 2018
New revision: 481390
URL: https://svnweb.freebsd.org/changeset/ports/481390

Log:
  - Fix build with GCC-based architectures

  PR:		232013
  Submitted by:	pkubaj@anongoth.pl

Changes:
  head/net/fiche/Makefile