mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 14:29:17 -04:00
amd64. Passing -fPIC even though we build static lib. A correct fix for this might be building shared libs too. PR: 105058
11 lines
289 B
Text
11 lines
289 B
Text
--- CSparse/Source/Makefile.old Sun Nov 19 11:34:50 2006
|
|
+++ CSparse/Source/Makefile Sun Nov 19 11:35:02 2006
|
|
@@ -1,6 +1,6 @@
|
|
# Modify the "-O" optimization option for best performance (-O3 on Linux):
|
|
-CC = cc
|
|
-CFLAGS = -O
|
|
+CC = %%CC%%
|
|
+CFLAGS = %%CFLAGS%%
|
|
|
|
AR = ar cr
|
|
RANLIB = ranlib
|