Bug 235535

Summary: [PATCH] shells/ksh93-devel: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Cy Schubert <cy>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (cy)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-02-05 18:44:19 UTC
Created attachment 201774 [details]
patch

This port requires USES=compiler:c11 to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-05 21:01:44 UTC
A commit references this bug:

Author: cy
Date: Tue Feb  5 21:01:13 UTC 2019
New revision: 492272
URL: https://svnweb.freebsd.org/changeset/ports/492272

Log:
  Fix build on GCC architectures.

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

Changes:
  head/shells/ksh93-devel/Makefile
Comment 2 Cy Schubert freebsd_committer freebsd_triage 2019-02-05 21:07:13 UTC
Committed. Thanks for the patch.