aboutsummaryrefslogtreecommitdiff
path: root/math/rapid
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-05-29 21:19:56 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-05-29 21:19:56 +0000
commite233284ece632fc6779256a5d8ebe4723c65d669 (patch)
tree7f84a577049aace690ec3e9ea859433b840ce7c8 /math/rapid
parent660e58724b3705eba4b5ffb43f218a389d9fdeab (diff)
downloadports-e233284ece632fc6779256a5d8ebe4723c65d669.tar.gz
ports-e233284ece632fc6779256a5d8ebe4723c65d669.zip
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
Notes
Notes: svn path=/head/; revision=387891
Diffstat (limited to 'math/rapid')
-rw-r--r--math/rapid/files/patch-Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/math/rapid/files/patch-Makefile b/math/rapid/files/patch-Makefile
new file mode 100644
index 000000000000..d1b577b52419
--- /dev/null
+++ b/math/rapid/files/patch-Makefile
@@ -0,0 +1,9 @@
+--- 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..
+