Bug 200523 - Make misc/felis use the CC variable
Summary: Make misc/felis use the CC variable
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Antoine Brodin
URL:
Keywords:
Depends on:
Blocks: 200475
  Show dependency treegraph
 
Reported: 2015-05-29 20:56 UTC by Dimitry Andric
Modified: 2015-05-29 21:32 UTC (History)
0 users

See Also:


Attachments
Fix misc/felis Makefile to use the CC macro (818 bytes, patch)
2015-05-29 20:56 UTC, Dimitry Andric
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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