ports/math/rapid/files/patch-Makefile
Dimitry Andric e233284ece 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
2015-05-29 21:19:56 +00:00

9 lines
173 B
Text

--- Makefile.orig 1997-07-03 18:54:09.000000000 +0200
+++ Makefile 2015-05-29 23:02:09.707278000 +0200
@@ -1,5 +1,5 @@
-CC = CC -O
+CC = $(CXX) -O
CFLAGS = -I. -I..