Bug 232874

Summary: deskutils/notecase: 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, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (martymac)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-31 23:28:44 UTC
Created attachment 198835 [details]
patch

This port links to libgraphite, so it 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-11-08 11:06:25 UTC
A commit references this bug:

Author: martymac
Date: Thu Nov  8 11:05:52 UTC 2018
New revision: 484443
URL: https://svnweb.freebsd.org/changeset/ports/484443

Log:
  Fix build with GCC-based architectures

  PR:		232874
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Changes:
  head/deskutils/notecase/Makefile
Comment 2 Ganael LAPLANCHE freebsd_committer freebsd_triage 2018-11-08 11:06:48 UTC
Committed, thanks!