Bug 232855 - x11-wm/awesome: fix build with GCC-based architectures
Summary: x11-wm/awesome: 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: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-31 16:43 UTC by Piotr Kubaj
Modified: 2018-11-02 12:56 UTC (History)
2 users (show)

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


Attachments
patch (668 bytes, patch)
2018-10-31 16:43 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 16:43:08 UTC
Created attachment 198806 [details]
patch

This port requires C11-aware compiler. Add USES=compiler:c11 to fix build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Danilo G. Baio freebsd_committer freebsd_triage 2018-10-31 20:22:34 UTC
I'll take this, talked with garga@
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-11-02 12:54:46 UTC
A commit references this bug:

Author: dbaio
Date: Fri Nov  2 12:54:14 UTC 2018
New revision: 483802
URL: https://svnweb.freebsd.org/changeset/ports/483802

Log:
  x11-wm/awesome: Fix build with GCC-based architectures

  This port requires C11-aware compiler.
  Add USES=compiler:c11 to fix build on GCC architectures.

  Take MAINTAINER'ship.

  PR:		232855	[1]
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
  Approved by:	garga (maintainer, IRC)
  Sponsored by:	IntegriCloud [1]

Changes:
  head/x11-wm/awesome/Makefile
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2018-11-02 12:56:07 UTC
Committed, thank you!