1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/metis4/files/patch-ac
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

12 lines
304 B
Plaintext

--- Programs/Makefile.orig Sat Apr 25 23:44:50 1998
+++ Programs/Makefile Sat Apr 25 23:46:35 1998
@@ -3,7 +3,7 @@
BINDIR = ..
INCLUDES = -I../Lib
-CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
LIBS = -lmetis -lm
LD = $(CC) $(LDOPTIONS) -L./ -L../