Bug 232874 - deskutils/notecase: fix build with GCC-based architectures
Summary: deskutils/notecase: 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-31 23:28 UTC by Piotr Kubaj
Modified: 2018-11-08 11:06 UTC (History)
2 users (show)

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


Attachments
patch (482 bytes, patch)
2018-10-31 23:28 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 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!