diff options
Diffstat (limited to 'math/metis/files/patch-aa')
-rw-r--r-- | math/metis/files/patch-aa | 73 |
1 files changed, 46 insertions, 27 deletions
diff --git a/math/metis/files/patch-aa b/math/metis/files/patch-aa index 702a963c2189..631f79263f9e 100644 --- a/math/metis/files/patch-aa +++ b/math/metis/files/patch-aa @@ -1,27 +1,46 @@ ---- Makefile.in.orig Sat Apr 25 23:41:58 1998 -+++ Makefile.in Sat Apr 25 23:43:23 1998 -@@ -1,9 +1,9 @@ - - # Which compiler to use --CC = cc -+# CC = cc - - # What optimization level to use --OPTFLAGS = -O2 -+# OPTFLAGS = -O2 - - # What options to be used by the compiler - COPTIONS = -@@ -12,10 +12,10 @@ - LDOPTIONS = - - # What archiving to use --AR = ar rv -+# AR = ar rv - - # What to use for indexing the archive --RANLIB = ranlib -+# RANLIB = ranlib - # RANLIB = ar -ts - # RANLIB = - +*** Makefile.in.orig Fri Oct 9 20:16:24 1998 +--- Makefile.in Fri Oct 9 20:17:42 1998 +*************** +*** 1,9 **** + + # Which compiler to use +! CC = cc + + # What optimization level to use +! OPTFLAGS = -O2 + + # What options to be used by the compiler + COPTIONS = +--- 1,9 ---- + + # Which compiler to use +! # CC = cc + + # What optimization level to use +! # OPTFLAGS = -O2 + + # What options to be used by the compiler + COPTIONS = +*************** +*** 12,21 **** + LDOPTIONS = + + # What archiving to use +! AR = ar rv + + # What to use for indexing the archive +! RANLIB = ranlib + # RANLIB = ar -ts + # RANLIB = + +--- 12,21 ---- + LDOPTIONS = + + # What archiving to use +! # AR = ar rv + + # What to use for indexing the archive +! # RANLIB = ranlib + # RANLIB = ar -ts + # RANLIB = + |