freebsd-ports/math/suitesparse/files/patch-CXSparse+Lib+Makefile
Maho Nakata 4d14be4216 Build fix on amd64. I fixed differently, though.
Submitted by:	Dominic Fandrey
PR:		120985
2008-02-27 05:20:25 +00:00

11 lines
300 B
Text

--- CXSparse/Lib/Makefile~ Sun May 6 06:03:41 2007
+++ CXSparse/Lib/Makefile Wed Feb 27 11:59:17 2008
@@ -1,6 +1,6 @@
# Modify the "-O" optimization option for best performance (-O3 on Linux):
-CC = cc
-CFLAGS = -O
+CC = %%CC%%
+CFLAGS = %%CFLAGS%%
I = -I../../UFconfig -I../Include
AR = ar cr