freebsd-ports/math/metis-edf/files/patch-Programs::Makefile
Oliver Lehmann 151b250bdc unbreaking on Alpha (and maybe on other 64bit platforms (untested))
bump PORTREVISION

Submitted by:	Thierry Thomas <thierry@pompo.net>
PR:		ports/55544
2003-08-13 14:34:12 +00:00

12 lines
306 B
Plaintext

--- Programs/Makefile.orig Thu Dec 12 13:47:59 2002
+++ Programs/Makefile Wed Aug 13 15:10:19 2003
@@ -5,7 +5,7 @@
INCLUDES = -I../Lib
CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
FFLAGS = $(FOPTIONS) $(OPTFLAGS) $(INCLUDES)
-LIBS = -lmetis -lm
+LIBS = -lmetis -lm -lg2c
METISLIB = ../libmetis.a