diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /math/metis4/files/patch-aa | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'math/metis4/files/patch-aa')
-rw-r--r-- | math/metis4/files/patch-aa | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/math/metis4/files/patch-aa b/math/metis4/files/patch-aa deleted file mode 100644 index 631f79263f9e..000000000000 --- a/math/metis4/files/patch-aa +++ /dev/null @@ -1,46 +0,0 @@ -*** 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 = - |