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.
Approved.
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
Thanks. Committed as r387891.