mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
11 lines
305 B
Text
11 lines
305 B
Text
--- 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 %%FORTRANLIBS%% %%GCCLIBDIR%%
|
|
METISLIB = ../libmetis.a
|
|
|
|
|