1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/metis4/files/patch-ad
Steve Price 98744c8279 Update to version 4.0.
PR:		8243
Submitted by:	old maintainer
1998-10-10 05:40:57 +00:00

20 lines
440 B
Plaintext

*** Test/Makefile.orig Fri Oct 9 20:23:24 1998
--- Test/Makefile Fri Oct 9 20:23:40 1998
***************
*** 3,9 ****
BINDIR = ../Graphs
INCLUDES = -I../Lib
! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
LIBS = -lmetis -lm
LD = $(CC) $(LDOPTIONS) -L. -L..
--- 3,9 ----
BINDIR = ../Graphs
INCLUDES = -I../Lib
! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
LIBS = -lmetis -lm
LD = $(CC) $(LDOPTIONS) -L. -L..