mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
4d14be4216
Submitted by: Dominic Fandrey PR: 120985
12 lines
306 B
Plaintext
12 lines
306 B
Plaintext
--- CSparse/Lib/Makefile~ Wed Feb 27 11:41:43 2008
|
|
+++ CSparse/Lib/Makefile Wed Feb 27 11:50:50 2008
|
|
@@ -1,6 +1,6 @@
|
|
# Modify the "-O" optimization option for best performance (-O3 on Linux):
|
|
-CC = cc
|
|
-CFLAGS = -O -I../Include
|
|
+CC = %%CC%%
|
|
+CFLAGS = %%CFLAGS%% -I../Include
|
|
|
|
AR = ar cr
|
|
RANLIB = ranlib
|