Bug 200523

Summary: Make misc/felis use the CC variable
Product: Ports & Packages Reporter: Dimitry Andric <dim>
Component: Individual Port(s)Assignee: Antoine Brodin <antoine>
Status: Closed FIXED    
Severity: Affects Many People    
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 200475    
Attachments:
Description Flags
Fix misc/felis Makefile to use the CC macro none

Description Dimitry Andric freebsd_committer freebsd_triage 2015-05-29 20:56:25 UTC
Created attachment 157255 [details]
Fix misc/felis Makefile to use the CC macro

In bug 200475, it turned out misc/felis is using "CC" as a command, instead of as a macro.  Make it use ${CC} instead.
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-05-29 21:31:39 UTC
A commit references this bug:

Author: antoine
Date: Fri May 29 21:31:06 UTC 2015
New revision: 387892
URL: https://svnweb.freebsd.org/changeset/ports/387892

Log:
  - Use ${CC} instead of CC,  ${CC} was intented here
  - Do not unconditionally strip binary

  PR:		200523

Changes:
  head/misc/felis/Makefile
  head/misc/felis/files/
  head/misc/felis/files/patch-Makefile