1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/metis/files/patch-aa
Matthew Hunt aa396234bd Import of METIS, a package for unstructured graph partitioning.
At least, that's what the COMMENT says it does...

PR:		4920
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1998-04-26 03:55:22 +00:00

28 lines
477 B
Plaintext

--- 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 =