Bug 200525 - Make math/rapid use the CXX macro
Summary: Make math/rapid use the CXX macro
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks: 200475
  Show dependency treegraph
 
Reported: 2015-05-29 21:04 UTC by Dimitry Andric
Modified: 2015-05-29 21:21 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (jwb)


Attachments
Fix math/rapid Makefile to use the CXX macro (755 bytes, patch)
2015-05-29 21:04 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 21:04:57 UTC
Created attachment 157257 [details]
Fix math/rapid Makefile to use the CXX macro

In bug 200475, it turned out math/rapid is using "CC" to compile C++ files. Make it use ${CXX} instead.
Comment 1 Jason W. Bacon freebsd_committer freebsd_triage 2015-05-29 21:15:00 UTC
Approved.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-05-29 21:20:37 UTC
A commit references this bug:

Author: dim
Date: Fri May 29 21:19:57 UTC 2015
New revision: 387891
URL: https://svnweb.freebsd.org/changeset/ports/387891

Log:
  In PR200475, it turned out math/rapid is using "CC" to compile C++
  files. Make it use ${CXX} instead.

  Approved by:	jwbacon@tds.net (maintainer)
  PR:		200475, 200525

Changes:
  head/math/rapid/files/patch-Makefile
Comment 3 Dimitry Andric freebsd_committer freebsd_triage 2015-05-29 21:21:29 UTC
Thanks. Committed as r387891.