Bug 212739 - devel/py-cffi: attempt to fix build on non-clang tier-2 archs
Summary: devel/py-cffi: attempt to fix build on non-clang tier-2 archs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-16 16:27 UTC by Mark Linimon
Modified: 2016-09-17 13:28 UTC (History)
0 users

See Also:
wg: maintainer-feedback+


Attachments
patch to devel/py-cffi/Makefile (610 bytes, patch)
2016-09-16 16:27 UTC, Mark Linimon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Linimon freebsd_committer freebsd_triage 2016-09-16 16:27:09 UTC
Created attachment 174846 [details]
patch to devel/py-cffi/Makefile

A recent change to py-cffi added some compiler flags that are specific to clang.  This fix attempts to roll back that change but only if the default compiler is gcc.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-09-17 13:26:36 UTC
A commit references this bug:

Author: linimon
Date: Sat Sep 17 13:26:11 UTC 2016
New revision: 422322
URL: https://svnweb.freebsd.org/changeset/ports/422322

Log:
  Attempt to fix build on non-clang architectures (certain tier-2).

  PR:		212739
  Approved by:	maintainer

Changes:
  head/devel/py-cffi/Makefile
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2016-09-17 13:28:07 UTC
Committed, thanks.