mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
12 lines
281 B
Plaintext
12 lines
281 B
Plaintext
--- Programs/Makefile.orig Thu Dec 22 14:13:25 2005
|
|
+++ Programs/Makefile Mon Jan 9 22:03:11 2006
|
|
@@ -5,7 +5,7 @@
|
|
INCLUDES = -I../Lib
|
|
CFLAGS = $(COPTIONS) $(INCLUDES)
|
|
FFLAGS = $(FOPTIONS) $(INCLUDES)
|
|
-LIBS = -lmetis -lm
|
|
+LIBS = -lmetis -lm -lg2c
|
|
METISLIB = ../libmetis.a
|
|
|
|
|