diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-04 16:17:11 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-04 16:17:11 +0000 |
commit | 475f1dbb3f88ecfa91a1bef9777257a9efe169c6 (patch) | |
tree | 09dbf1af714bd36b4dfbdd78e1f92e441199f61a /math/metis4/files | |
parent | e721a3bf1b399e93a5f57b61cd1dcc69a8f14709 (diff) |
cosmetic cleanup, no functional changes
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
Notes
Notes:
svn path=/head/; revision=86290
Diffstat (limited to 'math/metis4/files')
-rw-r--r-- | math/metis4/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/metis4/files/patch-aa b/math/metis4/files/patch-aa index 4fd89068c251..ecee4b3c3833 100644 --- a/math/metis4/files/patch-aa +++ b/math/metis4/files/patch-aa @@ -14,7 +14,7 @@ --- 1,9 ---- # Which compiler to use -! CC ?= gcc +! CC ?= cc # What optimization level to use ! OPTFLAGS += -O2 |