Bug 234370 - devel/pructl: fix build with GCC-based architectures
Summary: devel/pructl: 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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-24 20:57 UTC by Piotr Kubaj
Modified: 2018-12-26 21:14 UTC (History)
1 user (show)

See Also:


Attachments
patch (1.20 KB, patch)
2018-12-24 20:57 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-24 20:57:30 UTC
Created attachment 200466 [details]
patch

USE_CSTD=c99 is necessary to build this port on GCC architectures.

Additionally, remove -Weverything, base GCC doesn't support it.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-26 21:14:16 UTC
A commit references this bug:

Author: linimon
Date: Wed Dec 26 21:13:42 UTC 2018
New revision: 488448
URL: https://svnweb.freebsd.org/changeset/ports/488448

Log:
  USE_CSTD=c99 is necessary to build this port on GCC-based architectures.

  Additionally, remove -Weverything, base GCC doesn't support it.

  PR:		234370
  Submitted by:	Piotr Kubaj

Changes:
  head/devel/pructl/Makefile