Bug 232850 - devel/linenoise-ng: fix build with GCC-based architectures
Summary: devel/linenoise-ng: 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: David Thiel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-31 15:42 UTC by Piotr Kubaj
Modified: 2018-10-31 20:39 UTC (History)
2 users (show)

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


Attachments
patch (603 bytes, patch)
2018-10-31 15:42 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-31 15:42:02 UTC
Created attachment 198802 [details]
patch

This port needs USES=compiler:c++11-lang to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-31 20:38:21 UTC
A commit references this bug:

Author: lx
Date: Wed Oct 31 20:38:13 UTC 2018
New revision: 483612
URL: https://svnweb.freebsd.org/changeset/ports/483612

Log:
  Fix build for GCC-based archs

  PR:		232850
  Submitted by: Piotr	Kubaj

Changes:
  head/devel/linenoise-ng/Makefile
Comment 2 David Thiel freebsd_committer freebsd_triage 2018-10-31 20:39:08 UTC
Committed, thanks!