Bug 238894

Summary: math/vtk6: fix build on powerpc64
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Stephen Montgomery-Smith <stephen>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, stephen
Priority: --- Flags: bugzilla: maintainer-feedback? (stephen)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch pkubaj: maintainer-approval? (stephen)

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-06-30 10:38:20 UTC
Created attachment 205434 [details]
patch

powerpc64 needs -mminimal-toc in CXXFLAGS to build this port.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-30 23:39:10 UTC
A commit references this bug:

Author: stephen
Date: Sun Jun 30 23:39:03 UTC 2019
New revision: 505526
URL: https://svnweb.freebsd.org/changeset/ports/505526

Log:
  - powerpc64 needs -mminimal-toc in CXXFLAGS.

  PR:		238894
  Submitted by:	Piotr Kubaj <pkubaj@FreeBSD.org>

Changes:
  head/math/vtk6/Makefile
Comment 2 Stephen Montgomery-Smith freebsd_committer freebsd_triage 2019-06-30 23:40:19 UTC
Committed, thanks.