Bug 237155 - security/yubico-piv-tool: fix build with GCC-based architectures
Summary: security/yubico-piv-tool: 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: Hajimu UMEMOTO
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-09 11:35 UTC by Piotr Kubaj
Modified: 2019-04-09 14:35 UTC (History)
2 users (show)

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


Attachments
patch (483 bytes, patch)
2019-04-09 11:35 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 2019-04-09 11:35:19 UTC
Created attachment 203537 [details]
patch

On GCC architectures remove #pragma GCC diagnostic to fix build.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-09 14:33:34 UTC
A commit references this bug:

Author: ume
Date: Tue Apr  9 14:32:57 UTC 2019
New revision: 498477
URL: https://svnweb.freebsd.org/changeset/ports/498477

Log:
  fix build with GCC-based architectures

  PR:		237155
  Submitted by:	Piotr Kubaj <pkubaj [...] anongoth.pl>

Changes:
  head/security/yubico-piv-tool/Makefile
Comment 2 Hajimu UMEMOTO freebsd_committer freebsd_triage 2019-04-09 14:35:53 UTC
Thanks, committed!