Bug 200524 - Make print/pfbtopfa use the CC variable
Summary: Make print/pfbtopfa 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:59 UTC by Dimitry Andric
Modified: 2015-05-29 21:49 UTC (History)
0 users

See Also:


Attachments
Fix print/pfbtopfa Makefile to use the CC macro (854 bytes, patch)
2015-05-29 20:59 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:59:47 UTC
Created attachment 157256 [details]
Fix print/pfbtopfa Makefile to use the CC macro

In bug 200475, it turned out print/pfbtopfa 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:48:45 UTC
A commit references this bug:

Author: antoine
Date: Fri May 29 21:48:16 UTC 2015
New revision: 387896
URL: https://svnweb.freebsd.org/changeset/ports/387896

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

  PR:		200524

Changes:
  head/print/pfbtopfa/Makefile
  head/print/pfbtopfa/files/
  head/print/pfbtopfa/files/patch-Makefile