diff options
Diffstat (limited to 'math/metis/files/patch-ac')
-rw-r--r-- | math/metis/files/patch-ac | 30 |
1 files changed, 19 insertions, 11 deletions
diff --git a/math/metis/files/patch-ac b/math/metis/files/patch-ac index dca2c77..1bb1f46 100644 --- a/math/metis/files/patch-ac +++ b/math/metis/files/patch-ac @@ -1,11 +1,19 @@ ---- 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../ +*** Programs/Makefile.orig Fri Oct 9 20:21:48 1998 +--- Programs/Makefile Fri Oct 9 20:22:16 1998 +*************** +*** 3,9 **** + BINDIR = .. + + INCLUDES = -I../Lib +! CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + + LIBS = -lmetis -lm + LD = $(CC) $(LDOPTIONS) -L. -L.. +--- 3,9 ---- + BINDIR = .. + + INCLUDES = -I../Lib +! CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES) + + LIBS = -lmetis -lm + LD = $(CC) $(LDOPTIONS) -L. -L.. |