View | Details | Raw Unified | Return to bug 200525
Collapse All | Expand All

(-)math/rapid/files/patch-Makefile (+9 lines)
Line 0 Link Here
1
--- Makefile.orig	1997-07-03 18:54:09.000000000 +0200
2
+++ Makefile	2015-05-29 23:02:09.707278000 +0200
3
@@ -1,5 +1,5 @@
4
 
5
-CC = CC -O
6
+CC = $(CXX) -O
7
 
8
 CFLAGS		= -I. -I..
9
 

Return to bug 200525