diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-13 10:54:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-13 10:54:20 +0000 |
commit | a757f9340aac7b4accad2bf8af2229530c2b4d29 (patch) | |
tree | 13fe6d43c15b7b630351ee32b2a6da64ae67c592 /math/metis/files/patch-aa | |
parent | Activate games/drm (diff) |
"site and tarball have changed and the first patch required minimal
changes."
PR: ports/9739
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Diffstat (limited to 'math/metis/files/patch-aa')
-rw-r--r-- | math/metis/files/patch-aa | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/math/metis/files/patch-aa b/math/metis/files/patch-aa index 631f79263f9e..4fd89068c251 100644 --- a/math/metis/files/patch-aa +++ b/math/metis/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.in.orig Fri Oct 9 20:16:24 1998 ---- Makefile.in Fri Oct 9 20:17:42 1998 +*** Makefile.in.orig Fri Oct 2 16:28:35 1998 +--- Makefile.in Wed Jan 27 21:48:36 1999 *************** *** 1,9 **** @@ -7,40 +7,17 @@ ! CC = cc # What optimization level to use -! OPTFLAGS = -O2 +! OPTFLAGS = -O2 # What options to be used by the compiler COPTIONS = --- 1,9 ---- # Which compiler to use -! # CC = cc +! CC ?= gcc # What optimization level to use -! # OPTFLAGS = -O2 +! 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 = - |