diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-17 13:55:41 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-17 13:55:41 +0000 |
commit | 362462b64182f509f4dbcaaef4ac49db2797df0d (patch) | |
tree | 8070d95db6c44cd79f73c3500d12877aa1ef5ac1 /math/metis4/files/patch-Makefile.in | |
parent | - Final patch (diff) |
respect CC and related variables [1]; add a test target; update WWW;
minor simplifications; shorten a few long lines
PR: 163232 [1]
Submitted by: J. Beich (partial patch) [1]
Feature safe: yes
Diffstat (limited to 'math/metis4/files/patch-Makefile.in')
-rw-r--r-- | math/metis4/files/patch-Makefile.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/math/metis4/files/patch-Makefile.in b/math/metis4/files/patch-Makefile.in new file mode 100644 index 000000000000..3cafe0fbbea9 --- /dev/null +++ b/math/metis4/files/patch-Makefile.in @@ -0,0 +1,25 @@ +--- Makefile.in.orig 2006-08-31 08:22:01.000000000 -0400 ++++ Makefile.in 2012-03-15 12:48:32.000000000 -0400 +@@ -1,21 +1,16 @@ + + # Which compiler to use +-CC = cc + + # What optimization level to use +-OPTFLAGS = -O2 + + # What options to be used by the compiler +-COPTIONS = + + # What options to be used by the loader +-LDOPTIONS = + + # What archiving to use +-AR = ar rv ++AR += ${ARFLAGS} + + # What to use for indexing the archive +-RANLIB = ranlib + #RANLIB = ar -ts + #RANLIB = + |