summaryrefslogtreecommitdiff
path: root/math/metis/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'math/metis/files/patch-ad')
-rw-r--r--math/metis/files/patch-ad30
1 files changed, 19 insertions, 11 deletions
diff --git a/math/metis/files/patch-ad b/math/metis/files/patch-ad
index 05210eefcaff..0e0032718205 100644
--- a/math/metis/files/patch-ad
+++ b/math/metis/files/patch-ad
@@ -1,11 +1,19 @@
---- Test/Makefile.orig Sat Apr 25 23:46:45 1998
-+++ Test/Makefile Sat Apr 25 23:46:53 1998
-@@ -3,7 +3,7 @@
- BINDIR = ./
-
- INCLUDES = -I../Lib
--CFLAGS = $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-+CFLAGS += $(COPTIONS) $(OPTFLAGS) $(INCLUDES)
-
- LIBS = -lmetis -lm
- LD = $(CC) $(LDOPTIONS) -L../
+*** 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..