Bug 232515 - net-mgmt/ipv6calc: fix build with mips, mips64, powerpc64
Summary: net-mgmt/ipv6calc: fix build with mips, mips64, powerpc64
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-21 22:37 UTC by Piotr Kubaj
Modified: 2018-10-24 22:57 UTC (History)
1 user (show)

See Also:
dbaio: maintainer-feedback+


Attachments
patch (935 bytes, patch)
2018-10-21 22:37 UTC, Piotr Kubaj
no flags Details | Diff
v2 (971 bytes, patch)
2018-10-21 22:38 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-21 22:37:43 UTC
Created attachment 198453 [details]
patch

Base GCC doesn't support -Wno-unknown-warning-option, don't use this flag on architectures using base GCC.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Piotr Kubaj freebsd_committer freebsd_triage 2018-10-21 22:38:42 UTC
Created attachment 198454 [details]
v2

Bad patch, here's a good one.
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-10-24 22:52:41 UTC
A commit references this bug:

Author: dbaio
Date: Wed Oct 24 22:52:17 UTC 2018
New revision: 482942
URL: https://svnweb.freebsd.org/changeset/ports/482942

Log:
  net-mgmt/ipv6calc: Fix build with mips, mips64 and powerpc64

  Base GCC doesn't support -Wno-unknown-warning-option.

  PR:		232515	[1]
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl> [1]
  Sponsored by:	IntegriCloud [1]

Changes:
  head/net-mgmt/ipv6calc/Makefile
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2018-10-24 22:57:57 UTC
Committed, thanks!