Bug 234439 - emulators/fuse: fix build with GCC-based architectures
Summary: emulators/fuse: 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: Rene Ladan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-27 10:51 UTC by Piotr Kubaj
Modified: 2018-12-28 19:02 UTC (History)
2 users (show)

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


Attachments
patch (430 bytes, patch)
2018-12-27 10:51 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-12-27 10:51:06 UTC
Created attachment 200553 [details]
patch

USES=compiler:c++11-lang is necessary to build on GCC architectures.

While here, add USES=gnome.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-28 19:02:03 UTC
A commit references this bug:

Author: rene
Date: Fri Dec 28 19:01:43 UTC 2018
New revision: 488618
URL: https://svnweb.freebsd.org/changeset/ports/488618

Log:
  emulators/fuse: fix build on GCC-based architectures

  PR:		234439
  Submitted by:	Piotr Kubaj

Changes:
  head/emulators/fuse/Makefile
Comment 2 Rene Ladan freebsd_committer freebsd_triage 2018-12-28 19:02:30 UTC
Committed, thanks for the report.